Author: remi
Date: 2009-06-22 14:31:57 +0200 (Mon, 22 Jun 2009)
New Revision: 4849

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/resources/04_robot_content_interactions/00_resourceRobotContentInteractions.py
Log:
* fixed a bug in the context rules

Modified: 
software_suite_v3/smart-core/smart-server/trunk/resources/04_robot_content_interactions/00_resourceRobotContentInteractions.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/resources/04_robot_content_interactions/00_resourceRobotContentInteractions.py
      2009-06-22 12:31:11 UTC (rev 4848)
+++ 
software_suite_v3/smart-core/smart-server/trunk/resources/04_robot_content_interactions/00_resourceRobotContentInteractions.py
      2009-06-22 12:31:57 UTC (rev 4849)
@@ -516,7 +516,7 @@
                 self.__pguContextsMutex.release()
                 if self.getBackgroundPguContext() != None:
                     # If the context is exclusive then stop the background 
context
-                    if self.backgroundPguContextIsExclusive():
+                    if pguContext.getPluginCommand().isExclusive():
                         try:
                             self.getBackgroundPguContext().stopExecution()
                         except:


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to