From ba05afdc535278101b134d6c1c66e8ab0fe482be Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 28 Sep 2006 17:08:42 -0400 Subject: [PATCH] Activate chat service when activity gets shared --- shell/view/ActivityHost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py index e03dc3a1..a9d55ea7 100644 --- a/shell/view/ActivityHost.py +++ b/shell/view/ActivityHost.py @@ -71,6 +71,7 @@ class ActivityHost: def share(self): self._activity.share() + self._chat_widget.share() def invite(self, buddy): if not self.get_shared():