Author: dmeyer
Date: Tue Jan 23 21:19:37 2007
New Revision: 2443

Modified:
   trunk/base/src/notifier/url.py

Log:
use correct callbacks

Modified: trunk/base/src/notifier/url.py
==============================================================================
--- trunk/base/src/notifier/url.py      (original)
+++ trunk/base/src/notifier/url.py      Tue Jan 23 21:19:37 2007
@@ -67,8 +67,8 @@
         """
         t = Thread(self._fetch_thread, length)
         signal = self.signals['completed']
-        t.signals['completed'].connect_once(signal.emit)
-        t.signals['exception'].connect_once(signal.exception_handler.emit)
+        t.signals['completed'].connect_once(signal.finished)
+        t.signals['exception'].connect_once(signal.exception)
         t.start()
         # FIXME: Thread should return this by default and not the two
         # independed signals

-------------------------------------------------------------------------
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