Re: [Sugar-devel] [PATCH] Don't emit buddy-removed and activity-removed before they have announced #2401

2010-10-05 Thread Simon Schampijer
On 10/04/2010 07:50 PM, Tomeu Vizoso wrote: > On Mon, Oct 4, 2010 at 19:44, Tomeu Vizoso > wrote: >> Otherwise we'll get some tracebacks from the listeners of those >> signals because they still don't know about those buddies or activities. > > Requesting inclusion in 0.90. > > Thanks, > > Tomeu

Re: [Sugar-devel] [PATCH] Don't emit buddy-removed and activity-removed before they have announced #2401

2010-10-04 Thread Tomeu Vizoso
On Mon, Oct 4, 2010 at 19:44, Tomeu Vizoso wrote: > Otherwise we'll get some tracebacks from the listeners of those > signals because they still don't know about those buddies or activities. Requesting inclusion in 0.90. Thanks, Tomeu > --- >  src/jarabe/model/neighborhood.py |    8 ++-- >

[Sugar-devel] [PATCH] Don't emit buddy-removed and activity-removed before they have announced #2401

2010-10-04 Thread Tomeu Vizoso
Otherwise we'll get some tracebacks from the listeners of those signals because they still don't know about those buddies or activities. --- src/jarabe/model/neighborhood.py |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/jarabe/model/neighborhood.py b/src/jarab