Update of /cvsroot/freevo/freevo/skins/main1 In directory sc8-pr-cvs1:/tmp/cvs-serv14877/skins/main1
Modified Files: skin_main1.py Log Message: Fixes some bugs introduced in the last commit (Sorry, but as I don't use TV, sometimes I forgot to test :( ) Index: skin_main1.py =================================================================== RCS file: /cvsroot/freevo/freevo/skins/main1/skin_main1.py,v retrieving revision 1.98 retrieving revision 1.99 diff -C2 -d -r1.98 -r1.99 *** skin_main1.py 22 Jun 2003 09:57:13 -0000 1.98 --- skin_main1.py 22 Jun 2003 10:15:16 -0000 1.99 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.99 2003/06/22 10:15:16 gsbarbieri + # Fixes some bugs introduced in the last commit (Sorry, but as I don't use TV, sometimes I forgot to test :( ) + # # Revision 1.98 2003/06/22 09:57:13 gsbarbieri # Feature to change display_style to a text one when all images are equal. *************** *** 334,338 **** if menu.force_skin_layout != -1: return menu.force_skin_layout ! else: different = 0 last = menu.choices[ 0 ].image --- 337,341 ---- if menu.force_skin_layout != -1: return menu.force_skin_layout ! elif menu.choices: different = 0 last = menu.choices[ 0 ].image *************** *** 473,476 **** --- 476,480 ---- self.plugin_refresh = plugin.get('daemon_draw') + menu = None if type == 'menu': menuw = object ------------------------------------------------------- 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