Hi crunchy,

In nf_gtk.py:

   dispatcher_add = None
   dispatcher_remove = None

This causes kaa to break when we connect to the idle signal.  This
should be implemented using idle_add():

   >>> gobject.idle_add
   <built-in function idle_add>
   >>> gobject.source_remove
   <built-in function source_remove>

I'm not sure why it wasn't?  Oversight or particular reason?

Cheers,
Jason.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to