Author: remi
Date: 2009-04-17 17:37:44 +0200 (Fri, 17 Apr 2009)
New Revision: 4549

Modified:
   
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/interpreters/GadgetInterpreter.py
Log:
* fixed a bug with a method name

Modified: 
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/interpreters/GadgetInterpreter.py
===================================================================
--- 
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/interpreters/GadgetInterpreter.py
       2009-04-17 15:36:52 UTC (rev 4548)
+++ 
softwares_suite_v3/kysoh/tuxware/server/trunk/util/applicationserver/gadget/interpreters/GadgetInterpreter.py
       2009-04-17 15:37:44 UTC (rev 4549)
@@ -245,7 +245,7 @@
                     line = line[:-1]
                 if line.lower().find("gadget") == 0:
                     if line.lower().find("'exit'") != -1:
-                        self.stop()
+                        self.abort()
                 if self.__getRun():
                     args = line.split(" '")
                     if len(args) > 0:


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to