Author: dmeyer
Date: Fri Jan 18 15:27:50 2008
New Revision: 10297

Log:
Adjust to InProgress changes

Modified:
   trunk/ui/src/image/plugins/apod.py

Modified: trunk/ui/src/image/plugins/apod.py
==============================================================================
--- trunk/ui/src/image/plugins/apod.py  (original)
+++ trunk/ui/src/image/plugins/apod.py  Fri Jan 18 15:27:50 2008
@@ -107,7 +107,7 @@
 
         async = kaa.ThreadCallback(self._fetch_picture_thread)()
         async.connect(self._fetch_picture_finished, box)
-        async.exception_handler.connect(self._fetch_picture_error, box)
+        async.exception.connect(self._fetch_picture_error, box)
 
 
     def _fetch_picture_thread(self):

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