Author: duncan
Date: Mon Mar 19 19:44:16 2007
New Revision: 9360

Modified:
   branches/rel-1/freevo/src/plugins/command.py

Log:
[ 1683533 ] Long running command kills freevo
Patch from Michel Hoogervorst applied


Modified: branches/rel-1/freevo/src/plugins/command.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/command.py        (original)
+++ branches/rel-1/freevo/src/plugins/command.py        Mon Mar 19 19:44:16 2007
@@ -231,7 +231,8 @@
         workapp = CommandChild(self.cmd, 'command', 1, self.stoposd)
         while workapp.isAlive():
             # make sure all callbacks in rc are running
-            rc.poll()
+            if not self.stoposd:
+                rc.poll()
             # wait some time
             time.sleep(0.5)
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to