Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30047

Modified Files:
        fxdhandler.py 
Log Message:
fix duplicate removal for fxd files in vfs

Index: fxdhandler.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/fxdhandler.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** fxdhandler.py       2 Mar 2004 20:56:59 -0000       1.19
--- fxdhandler.py       13 May 2004 12:50:21 -0000      1.20
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.20  2004/05/13 12:50:21  dischi
+ # fix duplicate removal for fxd files in vfs
+ #
  # Revision 1.19  2004/03/02 20:56:59  dischi
  # fxd files are always right about the name
***************
*** 104,107 ****
--- 107,112 ----
              if not media_id:
                  filename = os.path.join(dirname, filename)
+                 if vfs.isoverlay(filename):
+                     filename = vfs.normalize(filename)
              if filename and not filename in files:
                  files.append(filename)



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to