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

Modified Files:
        audiodiskitem.py 
Log Message:
bugfix to reflect latest changes

Index: audiodiskitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/audiodiskitem.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** audiodiskitem.py    30 Dec 2003 15:34:42 -0000      1.27
--- audiodiskitem.py    2 Jan 2004 14:17:42 -0000       1.28
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.28  2004/01/02 14:17:42  dischi
+ # bugfix to reflect latest changes
+ #
  # Revision 1.27  2003/12/30 15:34:42  dischi
  # remove unneeded copy function
***************
*** 82,91 ****
          # variables only for DirItem
          self.display_type = display_type
- 
-         # set directory variables to default
-         all_variables = ('DIRECTORY_AUTOPLAY_SINGLE_ITEM',
-                          'AUDIO_RANDOM_PLAYLIST')
-         for v in all_variables:
-             setattr(self, v, eval('config.%s' % v))
  
          cover = '%s/mmpython/disc/%s.jpg' % (config.FREEVO_CACHEDIR, disc_id)
--- 85,88 ----




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