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:


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to