[Sugar-devel] [PATCH v3 PaintActivity]Paint - Rect. Marquee icon changes erratically(olpc #5882)

2010-10-21 Thread anubhav
The variable name of estadoTexto has been changed to text_in_progress as suggested and just before saving the file the text_in_progress is checked if True ( representing the text field in prgress and not yet saved ) then the function text() is called from Desenho thus saving the text v1 - v2.

Re: [Sugar-devel] [PATCH v3 PaintActivity]Paint - Rect. Marquee icon changes erratically(olpc #5882)

2010-10-21 Thread Gonzalo Odiard
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: Gonzalo On Thu, Oct 21, 2010 at 2:26 PM, anub...@seeta.in wrote: The variable name of estadoTexto has

Re: [Sugar-devel] [PATCH v3 PaintActivity]Paint - Rect. Marquee icon changes erratically(olpc #5882)

2010-10-21 Thread Gonzalo Odiard
You have swaped the patch with the email title :) Gonzalo ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel