Jason Tackaberry wrote: > +def _idle_signal_emit(): > + """ > + Wrapper for idle signal emit that ignores return value, otherwise > notifier > + may remove the dispatcher if the signal returns false. > + """ > + signals["idle"].emit()
Without testing, this does not work because the notifier checks | if disp() and you now return None. OK, simple retunr Tru can fix this. But why is a signal returning anything at all? Is that True/False stuff needed somewhere? Dischi -- BREAKFAST.COM halted... cereal port not responding!
pgp4hk5kMrk74.pgp
Description: PGP signature
