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

Modified Files:
        playlist.py 
Log Message:
remove self.fxd_file, not needed anymore

Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/playlist.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** playlist.py 6 Jan 2004 19:31:18 -0000       1.54
--- playlist.py 10 Jan 2004 13:16:14 -0000      1.55
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.55  2004/01/10 13:16:14  dischi
+ # remove self.fxd_file, not needed anymore
+ #
  # Revision 1.54  2004/01/06 19:31:18  dischi
  # add repeat support
***************
*** 588,595 ****
  
          pl.name     = fxd.getattr(node, 'title')
-         pl.fxd_file = fxd.getattr(None, 'filename', '')
          pl.image    = fxd.childcontent(node, 'cover-img')
          if pl.image:
!             pl.image = vfs.join(vfs.dirname(pl.fxd_file), pl.image)
  
          fxd.parse_info(fxd.get_children(node, 'info', 1), pl)
--- 591,597 ----
  
          pl.name     = fxd.getattr(node, 'title')
          pl.image    = fxd.childcontent(node, 'cover-img')
          if pl.image:
!             pl.image = vfs.join(vfs.dirname(fxd.filename), pl.image)
  
          fxd.parse_info(fxd.get_children(node, 'info', 1), pl)




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to