Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-04-15 21:05:45 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-05-31 14:24:08 (GMT)
commit67143d8042c32a0976b063c5af4089da7b325fcf (patch)
treedbf450d9637d6671d637beace6656a5acdeb15d1
parent5b09eb1d747743cdca1331bbc0f4c37bb49c1564 (diff)
Only show joined buddies on sharer side, part of OLPC#10578
This is a follow-up patch to 95b4eeec758ffa729d0dbb219b21d428115fcc74 Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-By: Sascha Silbe <silbe@activitycentral.com>
-rw-r--r--src/sugar/presence/activity.py1
1 files changed, 1 insertions, 0 deletions
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,