On 2007-10-28 14:54, Dirk Meyer wrote:
> +    def _kaa_callback(self, func):
> +        """
> +        Callback from the Twisted thread kaa should execute from
> +        the mainloop.
> +        """
> +        a = kaa.notifier.MainThreadCallback(func)
> +        a.set_async(True)
> +        return a()
>   

Should that be set_async(False)?


-------------------------------------------------------------------------
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-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to