Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21758/src
Modified Files:
childapp.py
Log Message:
update to changed kaa.notifier.Process
Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** childapp.py 5 Aug 2005 18:20:20 -0000 1.78
--- childapp.py 6 Aug 2005 09:15:11 -0000 1.79
***************
*** 81,89 ****
kaa.notifier.Process.__init__(self, app, debugname)
!
self.signals["stdout"].connect(self.stdout_cb)
self.signals["stderr"].connect(self.stderr_cb)
self.signals["completed"].connect(self.finished)
if prio and config.CONF.renice:
os.system('%s %s -p %s 2>/dev/null >/dev/null' % \
--- 81,91 ----
kaa.notifier.Process.__init__(self, app, debugname)
!
self.signals["stdout"].connect(self.stdout_cb)
self.signals["stderr"].connect(self.stderr_cb)
self.signals["completed"].connect(self.finished)
+ kaa.notifier.Process.start(self)
+
if prio and config.CONF.renice:
os.system('%s %s -p %s 2>/dev/null >/dev/null' % \
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog