Author: dmeyer
Date: Mon Oct 29 15:22:44 2007
New Revision: 2896

Log:
fix async parameter

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

Modified: trunk/base/src/notifier/reactor.py
==============================================================================
--- trunk/base/src/notifier/reactor.py  (original)
+++ trunk/base/src/notifier/reactor.py  Mon Oct 29 15:22:44 2007
@@ -45,7 +45,7 @@
         the mainloop.
         """
         a = kaa.notifier.MainThreadCallback(func)
-        a.set_async(True)
+        a.set_async(False)
         return a()
 
 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to