[tuxdroid-svn] r900 - in software/gadgets/tux_controller/trunk: . TuxController/Scripts/Python/GUI/
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2008-02-05 10:18:13
|
Author: Paul_R Date: 2008-02-05 11:18:05 +0100 (Tue, 05 Feb 2008) New Revision: 900 Modified: software/gadgets/tux_controller/trunk/TuxController.tgf software/gadgets/tux_controller/trunk/TuxController/Scripts/Python/GUI/widget/other.pyp Log: * Fixed a bug Modified: software/gadgets/tux_controller/trunk/TuxController/Scripts/Python/GUI/widget/other.pyp =================================================================== --- software/gadgets/tux_controller/trunk/TuxController/Scripts/Python/GUI/widget/other.pyp 2008-02-01 16:38:55 UTC (rev 899) +++ software/gadgets/tux_controller/trunk/TuxController/Scripts/Python/GUI/widget/other.pyp 2008-02-05 10:18:05 UTC (rev 900) @@ -767,7 +767,7 @@ def create_tooltips(self): tooltips = gtk.Tooltips() - tooltips.set_tip(self.get_widget('imgLEDRun'), _me.string('toolLEDRun'), False) + tooltips.set_tip(self.get_widget('imgLEDRun'), _me.string('toolLEDRun')) tooltips.set_tip(self.get_widget('slideLED'), _me.string('toolLEDslide')) tooltips.set_tip(self.get_widget('spinLED'),_me.string('toolLEDspin')) Modified: software/gadgets/tux_controller/trunk/TuxController.tgf =================================================================== (Binary files differ) |