[tuxdroid-svn] r955 - in software/gadgets/skype_controller: . skype_controller/Scripts/Python/GUI/o
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2008-03-27 07:54:47
|
Author: jerome Date: 2008-03-27 08:54:45 +0100 (Thu, 27 Mar 2008) New Revision: 955 Modified: software/gadgets/skype_controller/skype_controller.tgf software/gadgets/skype_controller/skype_controller/Scripts/Python/GUI/outgoing_call/other.pyp Log: * Changed icons names ( sharp and sqaure icons ) Modified: software/gadgets/skype_controller/skype_controller/Scripts/Python/GUI/outgoing_call/other.pyp =================================================================== --- software/gadgets/skype_controller/skype_controller/Scripts/Python/GUI/outgoing_call/other.pyp 2008-03-26 15:24:23 UTC (rev 954) +++ software/gadgets/skype_controller/skype_controller/Scripts/Python/GUI/outgoing_call/other.pyp 2008-03-27 07:54:45 UTC (rev 955) @@ -33,11 +33,11 @@ #Now create named icons. icon = gtk.Image() - icon.set_from_file(_me.get_path('pictures') + '/Icons/#.png') + icon.set_from_file(_me.get_path('pictures') + '/Icons/square.png') self.get_widget('bsharp').set_image(icon) icon = gtk.Image() - icon.set_from_file(_me.get_path('pictures') + '/Icons/*.png') + icon.set_from_file(_me.get_path('pictures') + '/Icons/sharp.png') self.get_widget('bstar').set_image(icon) icon = gtk.Image() Modified: software/gadgets/skype_controller/skype_controller.tgf =================================================================== (Binary files differ) |