[tuxdroid-svn] r883 - in software/gadgets/shortcuts_manager/trunk: . shortcuts_manager/Scripts/Pyth
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2008-01-25 11:30:36
|
Author: jerome Date: 2008-01-25 12:30:28 +0100 (Fri, 25 Jan 2008) New Revision: 883 Modified: software/gadgets/shortcuts_manager/trunk/shortcuts_manager.tgf software/gadgets/shortcuts_manager/trunk/shortcuts_manager/Scripts/Python/main.pyp Log: * fixed a bug in main part switching english to another language. Modified: software/gadgets/shortcuts_manager/trunk/shortcuts_manager/Scripts/Python/main.pyp =================================================================== --- software/gadgets/shortcuts_manager/trunk/shortcuts_manager/Scripts/Python/main.pyp 2008-01-25 11:10:21 UTC (rev 882) +++ software/gadgets/shortcuts_manager/trunk/shortcuts_manager/Scripts/Python/main.pyp 2008-01-25 11:30:28 UTC (rev 883) @@ -1,13 +1,13 @@ # 'Voiceget' part of the gadget. This code is executed when the # gadget is launched in the gadgets manager. + +_me.get_funct('translate')() language = _me.get_var('language') _me.set_param('last_language', language) list = _me.get_param('list_of_shortcuts') tmp_list = [] -_me.get_funct('translate')() - availables_buttons_en = {'0':0, '1': 1, '2':2, '3':3, '4':4,\ '5':5, '6':6, '7':7, '8':8, '9':9,\ 'mute':K_MUTE, 'volume plus':K_VOLUMEPLUS, 'volume minus':K_VOLUMEMINUS,\ Modified: software/gadgets/shortcuts_manager/trunk/shortcuts_manager.tgf =================================================================== (Binary files differ) |