Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv4786
Modified Files: playlist.py Log Message: If we're using a playlist file, make sure the object has that attribute so we can use fileops on it later. Index: playlist.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/playlist.py,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** playlist.py 18 Dec 2003 17:07:52 -0000 1.44 --- playlist.py 18 Dec 2003 18:19:27 -0000 1.45 *************** *** 10,13 **** --- 10,17 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.45 2003/12/18 18:19:27 outlyer + # If we're using a playlist file, make sure the object has that attribute + # so we can use fileops on it later. + # # Revision 1.44 2003/12/18 17:07:52 outlyer # Two bugfixes for the previously broken playlist stuff: *************** *** 118,121 **** --- 122,126 ---- if (isinstance(playlist, str) or isinstance(playlist, unicode)) and not name: self.name = util.getname(playlist) + self.filename = playlist # Needed for fileops # variables only for Playlist ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog