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

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 a...@activitycentral.com wrote: This stopped working (for Write), since

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 gonz...@laptop.org 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

[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 a...@activitycentral.com --- AbiWordActivity.py | 21 ++--- 1 files changed, 10

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

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

2013-02-21 Thread Manuel Quiñones
2013/2/21 Walter Bender walter.ben...@gmail.com: 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

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 walter.ben...@gmail.com: 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,

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 ma...@laptop.org wrote: 2013/2/21 Walter Bender walter.ben...@gmail.com: 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