[tuxdroid-svn] r5172 - software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadge
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-26 11:41:49
|
Author: remi
Date: 2009-07-26 13:41:30 +0200 (Sun, 26 Jul 2009)
New Revision: 5172
Modified:
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetsOnlineContainer.py
Log:
* Added the symbolic name of the gadget in the data structure
Modified: software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetsOnlineContainer.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetsOnlineContainer.py 2009-07-26 11:09:10 UTC (rev 5171)
+++ software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetsOnlineContainer.py 2009-07-26 11:41:30 UTC (rev 5172)
@@ -115,6 +115,7 @@
continue
data = {}
data['name'] = onlineGadget.getName(language)
+ data['symbolicName'] = onlineGadget.getSymbolicName()
data['description'] = onlineGadget.getDescription(language)
data['category'] = onlineGadget.getCategory()
data['defaultLanguage'] = onlineGadget.getDefaultLanguage()
|