Re: [Sugar-devel] [write PATCH] sl#4436: Making collaboration work again.

2013-02-27 Thread Ajay Garg
Well, I compared the logs, and they appeared to be same :) I re-tested on build 30, with the same setup :: Write-86.2 (after applying this patch) on * build 30 for XO-4 (as the "inviter") * build 30 for XO-1.75 (as the "joiner") and if one waits for about 5 seconds before star

Re: [Sugar-devel] [write PATCH] sl#4436: Making collaboration work again.

2013-02-26 Thread Ajay Garg
On Wed, Feb 27, 2013 at 5:05 AM, Gonzalo Odiard wrote: > Thanks Ajay. > I have a doubt. Testing after applying the patch, > can start the activity and join other instance, but can't see the changes > from one xo in the other. Can you? > a) I tested with bundle-86.2 (after applying this patch) on

Re: [Sugar-devel] [write PATCH] sl#4436: Making collaboration work again.

2013-02-26 Thread Gonzalo Odiard
Thanks Ajay. I have a doubt. Testing after applying the patch, can start the activity and join other instance, but can't see the changes from one xo in the other. Can you? Gonzalo On Thu, Feb 21, 2013 at 8:53 AM, Ajay Garg wrote: > This stopped working (for "Write"), since the time > > http://g

Re: [Sugar-devel] [write PATCH] sl#4436: Making collaboration work again.

2013-02-21 Thread Walter Bender
On Thu, Feb 21, 2013 at 10:35 AM, Manuel Quiñones wrote: > 2013/2/21 Walter Bender : >> I've had to make a similar change in my activities as well. (I guess I >> missed the patch go by when self._shared_activity became >> self.shared_actvity) There is a also a method, >> self.get_shared_activity(

Re: [Sugar-devel] [write PATCH] sl#4436: Making collaboration work again.

2013-02-21 Thread Simon Schampijer
On 02/21/2013 04:35 PM, Manuel Quiñones wrote: 2013/2/21 Walter Bender : I've had to make a similar change in my activities as well. (I guess I missed the patch go by when self._shared_activity became self.shared_actvity) There is a also a method, self.get_shared_activity(), which might be bett

Re: [Sugar-devel] [write PATCH] sl#4436: Making collaboration work again.

2013-02-21 Thread Manuel Quiñones
2013/2/21 Walter Bender : > I've had to make a similar change in my activities as well. (I guess I > missed the patch go by when self._shared_activity became > self.shared_actvity) There is a also a method, > self.get_shared_activity(), which might be better than directly > referencing the instanc

Re: [Sugar-devel] [write PATCH] sl#4436: Making collaboration work again.

2013-02-21 Thread Walter Bender
I've had to make a similar change in my activities as well. (I guess I missed the patch go by when self._shared_activity became self.shared_actvity) There is a also a method, self.get_shared_activity(), which might be better than directly referencing the instance variable. I suppose it is a style

[Sugar-devel] [write PATCH] sl#4436: Making collaboration work again.

2013-02-21 Thread Ajay Garg
This stopped working (for "Write"), since the time http://git.sugarlabs.org/sugar-toolkit-gtk3/sugar-toolkit-gtk3/commit/70cee44717d46129419992cd6a7e15472dc1f568 was pushed. Signed-off-by: Ajay Garg --- AbiWordActivity.py | 21 ++--- 1 files changed, 10 insertions(+), 11 dele