Update of /cvsroot/freevo/freevo/src/audio
In directory sc8-pr-cvs1:/tmp/cvs-serv10335

Modified Files:
        audiodiskitem.py 
Log Message:
Crash Fix: The self. variable didn't exist, but the config one did. It would
crash when I put in a CD.


Index: audiodiskitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/audiodiskitem.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** audiodiskitem.py    8 Dec 2003 20:37:34 -0000       1.25
--- audiodiskitem.py    18 Dec 2003 21:13:20 -0000      1.26
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.26  2003/12/18 21:13:20  outlyer
+ # Crash Fix: The self. variable didn't exist, but the config one did. It would
+ # crash when I put in a CD.
+ #
  # Revision 1.25  2003/12/08 20:37:34  dischi
  # merged Playlist and RandomPlaylist into one class
***************
*** 138,142 ****
  
          # random playlist (only active for audio)
!         if 'audio' in self.DIRECTORY_ADD_RANDOM_PLAYLIST and len(play_items) > 1:
              pl = Playlist(_('Random playlist'), play_items, self, random=True)
              pl.autoplay = True
--- 142,146 ----
  
          # random playlist (only active for audio)
!         if 'audio' in config.DIRECTORY_ADD_RANDOM_PLAYLIST and len(play_items) > 1:
              pl = Playlist(_('Random playlist'), play_items, self, random=True)
              pl.autoplay = True




-------------------------------------------------------
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

Reply via email to