Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv7691
Modified Files:
fxdhandler.py
Log Message:
do not override image with nothing
Index: fxdhandler.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/fxdhandler.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** fxdhandler.py 30 Dec 2003 15:36:01 -0000 1.10
--- fxdhandler.py 4 Jan 2004 11:16:53 -0000 1.11
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.11 2004/01/04 11:16:53 dischi
+ # do not override image with nothing
+ #
# Revision 1.10 2003/12/30 15:36:01 dischi
# remove unneeded copy function, small bugfix
***************
*** 249,255 ****
if not item.files:
item.files = FileInformation()
! item.files.files = files
! item.files.fxd_file = fxd_file
! item.files.image = image
# remove them from the filelist (if given)
--- 252,259 ----
if not item.files:
item.files = FileInformation()
! item.files.files = files
! item.files.fxd_file = fxd_file
! if image:
! item.files.image = image
# remove them from the filelist (if given)
-------------------------------------------------------
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