Update of /cvsroot/freevo/freevo/src/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7699/src/skins/main

Modified Files:
        main.py 
Log Message:
do not load outdated skins

Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skins/main/main.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** main.py     14 Mar 2004 11:42:34 -0000      1.45
--- main.py     9 Jul 2004 11:20:12 -0000       1.46
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.46  2004/07/09 11:20:12  dischi
+ # do not load outdated skins
+ #
  # Revision 1.45  2004/03/14 11:42:34  dischi
  # make idlebar have a background image
***************
*** 197,200 ****
--- 200,206 ----
              return self.__last_load_cache__[1]
              
+         if not os.path.isfile(filename):
+             return None
+         
          cache = self.cachename(filename)
          if not cache:



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to