Update of /cvsroot/freevo/freevo/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8441/src/gui
Modified Files:
imagelib.py
Log Message:
fix crash in imageviewer
Index: imagelib.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/imagelib.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** imagelib.py 2 Jan 2005 11:38:38 -0000 1.9
--- imagelib.py 6 Jan 2005 18:39:19 -0000 1.10
***************
*** 70,74 ****
else:
key = url
! key += os.stat(url)[stat.ST_MTIME]
s = cache[key]
--- 70,74 ----
else:
key = url
! key += str(os.stat(url)[stat.ST_MTIME])
s = cache[key]
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog