Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2006-09-28 21:08:42 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-09-28 21:08:42 (GMT)
commitba05afdc535278101b134d6c1c66e8ab0fe482be (patch)
tree5a658382e5ea10e06aa50acb5b1a467292105736 /shell
parenta09dc486692844a4c4e2bce74f3650da4fadd52d (diff)
Activate chat service when activity gets shared
Diffstat (limited to 'shell')
-rw-r--r--shell/view/ActivityHost.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py
index e03dc3a..a9d55ea 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():