Update of /cvsroot/freevo/freevo/src/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv21773

Modified Files:
        area.py 
Log Message:
use vfs.open because it creates the needed dirs

Index: area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skins/main/area.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** area.py     1 Jan 2004 12:25:48 -0000       1.23
--- area.py     1 Jan 2004 16:03:53 -0000       1.24
***************
*** 28,31 ****
--- 28,34 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.24  2004/01/01 16:03:53  dischi
+ # use vfs.open because it creates the needed dirs
+ #
  # Revision 1.23  2004/01/01 12:25:48  dischi
  # use pickle to cache the large background images
***************
*** 645,649 ****
                              image = 
pygame.transform.scale(image,(bg.width,bg.height))
                          if image and config.OVERLAY_DIR:
!                             f = open(cache, 'w')
                              f.write(pygame.image.tostring(image, 'RGBA'))
                              f.close()
--- 648,652 ----
                              image = 
pygame.transform.scale(image,(bg.width,bg.height))
                          if image and config.OVERLAY_DIR:
!                             f = vfs.open(cache, 'w')
                              f.write(pygame.image.tostring(image, 'RGBA'))
                              f.close()




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