Author: dmeyer
Date: Fri Mar 30 20:28:32 2007
New Revision: 2606
Modified:
trunk/base/src/notifier/popen.py
Log:
add back completed signal
Modified: trunk/base/src/notifier/popen.py
==============================================================================
--- trunk/base/src/notifier/popen.py (original)
+++ trunk/base/src/notifier/popen.py Fri Mar 30 20:28:32 2007
@@ -80,6 +80,7 @@
self.signals = {
"stderr": Signal(),
"stdout": Signal(),
+ "completed": Signal(),
}
self._cmd = self._normalize_cmd(cmd)
@@ -316,6 +317,7 @@
notifier.timer_remove( self.__kill_timer )
self.in_progress.finished(status >> 8)
self.in_progress = None
+ self.signals['completed'].emit(status >> 8)
-------------------------------------------------------------------------
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