[tuxdroid-svn] r5768 - software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugi
Status: Beta
Brought to you by:
ks156
From: remi <c2m...@c2...> - 2009-10-26 11:13:08
|
Author: remi Date: 2009-10-26 12:12:45 +0100 (Mon, 26 Oct 2009) New Revision: 5768 Modified: software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/Plugin.py Log: * Fixed error in method name Modified: software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/Plugin.py =================================================================== --- software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/Plugin.py 2009-10-23 14:48:13 UTC (rev 5767) +++ software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/Plugin.py 2009-10-26 11:12:45 UTC (rev 5768) @@ -200,7 +200,7 @@ data['description']['author'] = description.getAuthor() data['description']['description'] = description.getDescription(language) data['description']['platform'] = description.getPlatform() - data['description']['hasAttituneAlert'] = description.hasAlertAttitune() + data['description']['hasAttituneAlert'] = description.hasAttituneAlert() try: f = open(description.getHelpFile(language), "rb") try: |