Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv26283
Modified Files: osd.py Log Message: Updated to reflect moved icon. Index: osd.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/osd.py,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** osd.py 22 Jun 2003 20:49:23 -0000 1.47 --- osd.py 24 Jun 2003 22:48:08 -0000 1.48 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.48 2003/06/24 22:48:08 outlyer + # Updated to reflect moved icon. + # # Revision 1.47 2003/06/22 20:49:23 dischi # small fix?? *************** *** 328,332 **** help_str = ' '.join(help) pygame.display.set_caption('Freevo' + ' '*7 + help_str) ! icon = pygame.image.load('skins/icons/misc/freevo_app.png').convert() pygame.display.set_icon(icon) --- 331,335 ---- help_str = ' '.join(help) pygame.display.set_caption('Freevo' + ' '*7 + help_str) ! icon = pygame.image.load('skins/icons/freevo_app.png').convert() pygame.display.set_icon(icon) ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog