Re: [Sugar-devel] [PATCH] fix SL #2001 - Write does not pass parent window xid to ObjectChooser

2010-10-15 Thread Gonzalo Odiard
What is the status of the other maintainers? I can volunteer to be co-co-maintainer :) Gonzalo On Fri, Oct 15, 2010 at 12:05 PM, Tomeu Vizoso wrote: > On Fri, Oct 15, 2010 at 17:00, Gonzalo Odiard > wrote: > > > > > > On Fri, Oct 15, 2010 at 8:36 AM, Tomeu Vizoso > wrote: > >> > >> On Thu, Oc

Re: [Sugar-devel] [PATCH] fix SL #2001 - Write does not pass parent window xid to ObjectChooser

2010-10-15 Thread Tomeu Vizoso
On Fri, Oct 15, 2010 at 17:00, Gonzalo Odiard wrote: > > > On Fri, Oct 15, 2010 at 8:36 AM, Tomeu Vizoso wrote: >> >> On Thu, Oct 14, 2010 at 20:09,   wrote: >> > From: Gonzalo Odiard >> > >> > This is a regresion, probably introduced when changed the toolbar. >> > May be pass self.abiword_canva

Re: [Sugar-devel] [PATCH] fix SL #2001 - Write does not pass parent window xid to ObjectChooser

2010-10-15 Thread Gonzalo Odiard
On Fri, Oct 15, 2010 at 8:36 AM, Tomeu Vizoso wrote: > On Thu, Oct 14, 2010 at 20:09, wrote: > > From: Gonzalo Odiard > > > > This is a regresion, probably introduced when changed the toolbar. > > May be pass self.abiword_canvas and self to ImageToolbar is not the > smarter option. > > You are

Re: [Sugar-devel] [PATCH] fix SL #2001 - Write does not pass parent window xid to ObjectChooser

2010-10-15 Thread Tomeu Vizoso
On Thu, Oct 14, 2010 at 20:09, wrote: > From: Gonzalo Odiard > > This is a regresion, probably introduced when changed the toolbar. > May be pass self.abiword_canvas and self to ImageToolbar is not the smarter > option. You are right, would be better if the activity listened to signals in the

[Sugar-devel] [PATCH] fix SL #2001 - Write does not pass parent window xid to ObjectChooser

2010-10-14 Thread godiard
From: Gonzalo Odiard This is a regresion, probably introduced when changed the toolbar. May be pass self.abiword_canvas and self to ImageToolbar is not the smarter option. --- AbiWordActivity.py |2 +- toolbar.py |5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff -