Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv19677

Modified Files:
        config.py 
Log Message:
reset OVERLAY_DIR usage if OVERLAY_DIR is not set

Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** config.py   22 Dec 2003 13:30:32 -0000      1.82
--- config.py   30 Dec 2003 15:27:47 -0000      1.83
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.83  2003/12/30 15:27:47  dischi
+ # reset OVERLAY_DIR usage if OVERLAY_DIR is not set
+ #
  # Revision 1.82  2003/12/22 13:30:32  dischi
  # supermount patch from Erwan Velu
***************
*** 862,865 ****
--- 865,876 ----
      os.mkdir('%s/thumbnails/' % FREEVO_CACHEDIR,
               stat.S_IMODE(os.stat(FREEVO_CACHEDIR)[stat.ST_MODE]))
+ 
+ if OVERLAY_DIR_STORE_THUMBNAILS and not OVERLAY_DIR:
+     print 'OVERLAY_DIR not set, use normal caching'
+     OVERLAY_DIR_STORE_THUMBNAILS = False
+ 
+ if OVERLAY_DIR_STORE_MMPYTHON_DATA and not OVERLAY_DIR:
+     print 'OVERLAY_DIR not set, use normal mmpython cache'
+     OVERLAY_DIR_STORE_MMPYTHON_DATA = False
  
  #




-------------------------------------------------------
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

Reply via email to