Author: remi
Date: 2009-03-30 20:15:01 +0200 (Mon, 30 Mar 2009)
New Revision: 4265

Modified:
   
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/gadgets/Gadget.py
Log:
* fixed wait for gadget stop event

Modified: 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/gadgets/Gadget.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/gadgets/Gadget.py
  2009-03-30 18:14:28 UTC (rev 4264)
+++ 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/gadgets/Gadget.py
  2009-03-30 18:15:01 UTC (rev 4265)
@@ -196,8 +196,8 @@
         """
         if not self.startAsync(command, parameters):
             return False
-        self._waitFor(ST_NAME_FW_GADGET_STOPPED, self.__description.getUuid(),
-            600.0)
+        self._waitFor(ST_NAME_FW_GADGET_STOPPED,
+            self.__description.getUuid() + ":TTS", 600.0)
         return True
 
     # 
--------------------------------------------------------------------------


------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to