Author: tack
Date: Sun Feb  3 15:34:39 2008
New Revision: 3017

Log:
Obvious bug.


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

Modified: trunk/base/src/notifier/async.py
==============================================================================
--- trunk/base/src/notifier/async.py    (original)
+++ trunk/base/src/notifier/async.py    Sun Feb  3 15:34:39 2008
@@ -217,7 +217,7 @@
             # No existing exception handler.  Connect a dummy handler to
             # prevent it from being logged in throw().  It will get raised
             # later when we call get_result().
-            in_progress.exception.connect(lambda *args: None)
+            self.exception.connect(lambda *args: None)
 
         while not self.is_finished():
             main.step()

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to