Author: dmeyer
Date: Tue Feb 13 20:32:34 2007
New Revision: 9213

Modified:
   trunk/ui/src/plugins/unpack.py

Log:
adjust to kaa.notifier.Process change

Modified: trunk/ui/src/plugins/unpack.py
==============================================================================
--- trunk/ui/src/plugins/unpack.py      (original)
+++ trunk/ui/src/plugins/unpack.py      Tue Feb 13 20:32:34 2007
@@ -80,8 +80,7 @@
         self.pop = TextWindow(text=_('unpacking...'))
         self.pop.show()
         child = kaa.notifier.Process(app)
-        child.signals["completed"].connect(self.finished)
-        child.start()
+        child.start().connect(self.finished)
 
 
     def finished(self, exit_code):

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to