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

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

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/__init__.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** __init__.py 9 Jan 2004 19:04:11 -0000       1.18
--- __init__.py 10 Jan 2004 13:16:15 -0000      1.19
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.19  2004/01/10 13:16:15  dischi
+ # remove self.fxd_file, not needed anymore
+ #
  # Revision 1.18  2004/01/09 19:04:11  dischi
  # new vfs.listdir parameter
***************
*** 160,168 ****
  
          a.name     = fxd.getattr(node, 'title', a.name)
-         a.fxd_file = fxd.getattr(None, 'filename', '')
          a.image    = fxd.childcontent(node, 'cover-img')
          a.url      = fxd.childcontent(node, 'url')
          if a.image:
!             a.image = vfs.join(vfs.dirname(a.fxd_file), a.image)
  
          a.mplayer_options  = fxd.childcontent(node, 'mplayer_options')
--- 163,170 ----
  
          a.name     = fxd.getattr(node, 'title', a.name)
          a.image    = fxd.childcontent(node, 'cover-img')
          a.url      = fxd.childcontent(node, 'url')
          if a.image:
!             a.image = vfs.join(vfs.dirname(fxd.filename), a.image)
  
          a.mplayer_options  = fxd.childcontent(node, 'mplayer_options')




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