Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv19813
Modified Files:
fileops.py
Log Message:
support for OVERLAY_DIR_STORE_THUMBNAILS
Index: fileops.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/fileops.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** fileops.py 12 Dec 2003 19:11:20 -0000 1.8
--- fileops.py 30 Dec 2003 15:28:34 -0000 1.9
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.9 2003/12/30 15:28:34 dischi
+ # support for OVERLAY_DIR_STORE_THUMBNAILS
+ #
# Revision 1.8 2003/12/12 19:11:20 dischi
# rewrote find_matches. It's not 100% correct because it doesn't use splitext
***************
*** 37,41 ****
# move util.py into a directory and split it into two files
#
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 40,43 ----
***************
*** 418,425 ****
data = pickle.load(f)
f.close()
! try:
! os.utime(file, None)
! except OSError:
! _debug_('can change access time for %s' % file)
return data
except:
--- 420,428 ----
data = pickle.load(f)
f.close()
! if not config.OVERLAY_DIR_STORE_THUMBNAILS:
! try:
! os.utime(file, None)
! except OSError:
! _debug_('can change access time for %s' % file)
return data
except:
-------------------------------------------------------
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