Author: remi
Date: 2009-04-24 14:42:18 +0200 (Fri, 24 Apr 2009)
New Revision: 4587

Modified:
   
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/Gadget.py
Log:
* fixed a bad method name

Modified: 
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/Gadget.py
===================================================================
--- 
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/Gadget.py
       2009-04-24 09:55:31 UTC (rev 4586)
+++ 
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/Gadget.py
       2009-04-24 12:42:18 UTC (rev 4587)
@@ -256,7 +256,7 @@
     # 
--------------------------------------------------------------------------
     # Get a task object by it name.
     # 
--------------------------------------------------------------------------
-    def getCommand(self, taskName):
+    def getTask(self, taskName):
         """Get a task object by it name.
         @param taskName: The name of the task.
         @return: The task object as GadgetTask or None.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to