Activate chat service when activity gets shared

This commit is contained in:
Dan Williams 2006-09-28 17:08:42 -04:00
parent a09dc48669
commit ba05afdc53

View File

@ -71,6 +71,7 @@ class ActivityHost:
def share(self): def share(self):
self._activity.share() self._activity.share()
self._chat_widget.share()
def invite(self, buddy): def invite(self, buddy):
if not self.get_shared(): if not self.get_shared():