[tuxdroid-svn] r4922 - software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadge
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-28 21:13:19
|
Author: remi
Date: 2009-06-28 23:13:17 +0200 (Sun, 28 Jun 2009)
New Revision: 4922
Modified:
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetGenerator.py
Log:
* "ttsName" value is removed from the user interface
Modified: software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetGenerator.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetGenerator.py 2009-06-28 21:12:24 UTC (rev 4921)
+++ software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetGenerator.py 2009-06-28 21:13:17 UTC (rev 4922)
@@ -627,6 +627,7 @@
ugcName = ugcContainer.generateSingleName(tmpDataDict['description']['name'])
else:
ugcName = tmpDataDict['description']['name']
+ tmpDataDict['description']['ttsName'] = ugcName
ugcTtsName = tmpDataDict['description']['ttsName']
ugcDataDict = {}
# Parent Gadget
|