Yes, was a copy paste error, but the developers are smart enough :)

Gonzalo



On Fri, Oct 22, 2010 at 11:29 AM, Bernie Innocenti <ber...@codewiz.org>wrote:

> On Thu, 2010-10-21 at 14:37 -0300, Gonzalo Odiard wrote:
> > Much better.
> > Now you can change
> >
> > if self.area.text_in_progress == True:
> > by
> > if self.area.text_in_progress:
> >
> > and
> >
> > if self.area.text_in_progress == True:
> > by
> > if not self.area.text_in_progress:
> >
> You surely meant False here :-)
>
> --
>   // Bernie Innocenti - http://codewiz.org/
>  \X/  Sugar Labs       - http://sugarlabs.org/
>
>


-- 
Gonzalo Odiard
_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to