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

Modified Files:
        playlist.py 
Log Message:
Fix a crash; a playlist file (m3u/pls/etc.) doesn't have this property,
which appears to be assigned to directory items.


Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/playlist.py,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** playlist.py 3 Jan 2004 17:40:27 -0000       1.50
--- playlist.py 4 Jan 2004 03:52:27 -0000       1.51
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.51  2004/01/04 03:52:27  outlyer
+ # Fix a crash; a playlist file (m3u/pls/etc.) doesn't have this property,
+ # which appears to be assigned to directory items.
+ #
  # Revision 1.50  2004/01/03 17:40:27  dischi
  # remove update function
***************
*** 102,106 ****
          self.menuw    = None
          self.name     = name
!         
          if (isinstance(playlist, str) or isinstance(playlist, unicode)) and not name:
              self.name = util.getname(playlist)
--- 106,111 ----
          self.menuw    = None
          self.name     = name
!         self.DIRECTORY_USE_MEDIAID_TAG_NAMES = config.DIRECTORY_USE_MEDIAID_TAG_NAMES
! 
          if (isinstance(playlist, str) or isinstance(playlist, unicode)) and not name:
              self.name = util.getname(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

Reply via email to