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

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

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/__init__.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** __init__.py 6 Jan 2004 19:31:18 -0000       1.15
--- __init__.py 10 Jan 2004 13:16:15 -0000      1.16
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.16  2004/01/10 13:16:15  dischi
+ # remove self.fxd_file, not needed anymore
+ #
  # Revision 1.15  2004/01/06 19:31:18  dischi
  # add repeat support
***************
*** 185,192 ****
  
          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)
  
  
--- 188,194 ----
  
          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)
  
  




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