[Sugar-devel] [PATCH] Make sure we don't change the owner's colors because of a network event #2348

2010-09-20 Thread Tomeu Vizoso
--- src/jarabe/model/neighborhood.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/jarabe/model/neighborhood.py b/src/jarabe/model/neighborhood.py index b808e12..76a0a7d 100644 --- a/src/jarabe/model/neighborhood.py +++ b/src/jarabe/model/neighborhood.py @@ -829,7 +

[Sugar-devel] [PATCH] Make sure we don't change the owner's colors because of a network event #2348

2010-09-21 Thread Tomeu Vizoso
Because the owner is stored in Neighborhood._buddies in the key None. --- src/jarabe/model/neighborhood.py |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/jarabe/model/neighborhood.py b/src/jarabe/model/neighborhood.py index b808e12..ff973fd 100644 --- a/src/jarabe/

Re: [Sugar-devel] [PATCH] Make sure we don't change the owner's colors because of a network event #2348

2010-09-20 Thread Sascha Silbe
Excerpts from Tomeu Vizoso's message of Mon Sep 20 14:55:28 +0200 2010: > --- > src/jarabe/model/neighborhood.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/jarabe/model/neighborhood.py > b/src/jarabe/model/neighborhood.py > index b808e12..76a0a7d 100644 >

Re: [Sugar-devel] [PATCH] Make sure we don't change the owner's colors because of a network event #2348

2010-09-21 Thread Tomeu Vizoso
On Mon, Sep 20, 2010 at 22:45, Sascha Silbe wrote: > Excerpts from Tomeu Vizoso's message of Mon Sep 20 14:55:28 +0200 2010: > >> --- >>  src/jarabe/model/neighborhood.py |    2 +- >>  1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/src/jarabe/model/neighborhood.py >> b/src/ja

Re: [Sugar-devel] [PATCH] Make sure we don't change the owner's colors because of a network event #2348

2010-09-21 Thread Sascha Silbe
Excerpts from Tomeu Vizoso's message of Tue Sep 21 15:58:25 +0200 2010: > Because the owner is stored in Neighborhood._buddies in the key None. Took me a while to understand what this means, but it's descriptive enough. Reviewed-By: Sascha Silbe Sascha -- http://sascha.silbe.org/ http://www.

Re: [Sugar-devel] [PATCH] Make sure we don't change the owner's colors because of a network event #2348

2010-09-21 Thread Simon Schampijer
On 09/21/2010 05:20 PM, Sascha Silbe wrote: > Excerpts from Tomeu Vizoso's message of Tue Sep 21 15:58:25 +0200 2010: > >> Because the owner is stored in Neighborhood._buddies in the key None. > > Took me a while to understand what this means, but it's descriptive > enough. > > Reviewed-By: Sascha