Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31862
Modified Files:
mediainfo.py
Log Message:
small bugfix
Index: mediainfo.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/mediainfo.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** mediainfo.py 13 Feb 2004 19:42:44 -0000 1.26
--- mediainfo.py 13 Feb 2004 20:26:39 -0000 1.27
***************
*** 11,20 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.26 2004/02/13 19:42:44 dischi
# cleanup
#
- # Revision 1.25 2004/02/12 18:42:44 dischi
- # Oops
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 11,20 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.27 2004/02/13 20:26:39 dischi
+ # small bugfix
+ #
# Revision 1.26 2004/02/13 19:42:44 dischi
# cleanup
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 357,361 ****
if not self.current_objects:
# delete cache file is no object has any infos
! if os.path.isfile(self.current_cachefile):
os.unlink(self.current_cachefile)
self.cache_modified = False
--- 357,361 ----
if not self.current_objects:
# delete cache file is no object has any infos
! if self.current_cachefile and os.path.isfile(self.current_cachefile):
os.unlink(self.current_cachefile)
self.cache_modified = False
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog