Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4541/src/plugins
Modified Files:
unpack.py
Log Message:
adjust to new kaa.notifier popen interface
Index: unpack.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/unpack.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** unpack.py 28 Jun 2005 15:56:08 -0000 1.5
--- unpack.py 5 Aug 2005 17:22:05 -0000 1.6
***************
*** 82,94 ****
self.pop = WaitBox(text=_('unpacking...'))
self.pop.show()
! kaa.notifier.Process(app, callback=self.__finished)
!
!
! def __finished(self):
! """
! Callback when the external program is finsihed.
! """
! self.pop.destroy()
!
--- 82,87 ----
self.pop = WaitBox(text=_('unpacking...'))
self.pop.show()
! child = kaa.notifier.Process(app)
! child.signals["died"].coonect(self.pop.destroy)
-------------------------------------------------------
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