Update of /cvsroot/freevo/freevo/src/image
In directory sc8-pr-cvs1:/tmp/cvs-serv27160
Modified Files:
imageitem.py
Log Message:
prevent crash because True is no dict
Index: imageitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/imageitem.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** imageitem.py 30 Dec 2003 15:35:16 -0000 1.19
--- imageitem.py 30 Dec 2003 21:24:08 -0000 1.20
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.20 2003/12/30 21:24:08 dischi
+ # prevent crash because True is no dict
+ #
# Revision 1.19 2003/12/30 15:35:16 dischi
# remove unneeded copy function
***************
*** 63,67 ****
class ImageItem(Item):
def __init__(self, url, parent, name = None, duration = 0):
! Item.__init__(self, parent, True)
self.type = 'image'
--- 66,70 ----
class ImageItem(Item):
def __init__(self, url, parent, name = None, duration = 0):
! Item.__init__(self, parent)
self.type = 'image'
-------------------------------------------------------
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