From 67143d8042c32a0976b063c5af4089da7b325fcf Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Fri, 15 Apr 2011 21:05:45 +0000 Subject: Only show joined buddies on sharer side, part of OLPC#10578 This is a follow-up patch to 95b4eeec758ffa729d0dbb219b21d428115fcc74 Signed-off-by: Simon Schampijer Acked-By: Sascha Silbe --- diff --git a/src/sugar/presence/activity.py b/src/sugar/presence/activity.py index fb4c990..750a73c 100644 --- a/src/sugar/presence/activity.py +++ b/src/sugar/presence/activity.py @@ -523,6 +523,7 @@ class _ShareCommand(_BaseCommand): self.text_channel = join_command.text_channel self.text_channel_group_flags = join_command.text_channel_group_flags self.tubes_channel = join_command.tubes_channel + self.channel_self_handle = join_command.channel_self_handle self._connection.AddActivity( self._activity_id, -- cgit v0.9.1