Update of /cvsroot/freevo/freevo/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30225/src/gui

Modified Files:
        theme_engine.py 
Log Message:
replace read_pickle and save_pickle with util.cache functions

Index: theme_engine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/theme_engine.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** theme_engine.py     3 Jan 2005 18:37:14 -0000       1.16
--- theme_engine.py     8 Jan 2005 15:09:26 -0000       1.17
***************
*** 1394,1398 ****
      storage = {}
      if vfs.isfile(cachefile):
!         storage = util.read_pickle(cachefile)
          if not storage.has_key('GUI_XML_FILE'):
              # storage file too old
--- 1394,1398 ----
      storage = {}
      if vfs.isfile(cachefile):
!         storage = util.cache.load(cachefile)
          if not storage.has_key('GUI_XML_FILE'):
              # storage file too old



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

Reply via email to