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

Modified Files:
        handler.py 
Log Message:
remove some vfs calls were they are not needed

Index: handler.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/areas/handler.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** handler.py  6 Mar 2005 14:25:09 -0000       1.22
--- handler.py  1 May 2005 17:39:00 -0000       1.23
***************
*** 109,113 ****
                                           'skin-%s' % os.getuid())
          self.display_style['menu'] = 0
!         if vfs.isfile(self.storage_file):
              self.storage = util.cache.load(self.storage_file)
              if self.storage and self.storage.has_key(config.GUI_XML_FILE):
--- 109,113 ----
                                           'skin-%s' % os.getuid())
          self.display_style['menu'] = 0
!         if os.path.isfile(self.storage_file):
              self.storage = util.cache.load(self.storage_file)
              if self.storage and self.storage.has_key(config.GUI_XML_FILE):



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to