On 08.10.2009 20:57, Steve Borho wrote:
> FYI
> 
> I realized today that we need to explicitly 'return False' from all of
> our idle_add() callback routines.
> If the return result evaluates as True, the callback will be called
> endlessly.
> 

Maybe I'm totally wrong here, but...

A function that does not explicitly return a value
returns None, which counts as False.

Correct?

So we have a problem only with functions that
return a value.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to