Author: remi
Date: 2009-05-05 16:29:50 +0200 (Tue, 05 May 2009)
New Revision: 4641

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/interpreters/PluginInterpreter.py
Log:
* message head on plugin exit is now "plugin"

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/interpreters/PluginInterpreter.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/interpreters/PluginInterpreter.py
     2009-05-05 14:17:01 UTC (rev 4640)
+++ 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/interpreters/PluginInterpreter.py
     2009-05-05 14:29:50 UTC (rev 4641)
@@ -243,7 +243,7 @@
                     continue
                 if line[-1] == "\r":
                     line = line[:-1]
-                if line.lower().find("gadget") == 0:
+                if line.lower().find("plugin") == 0:
                     if line.lower().find("'exit'") != -1:
                         self.abort()
                 if self.__getRun():


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to