From e5065263a9e9a8e2295d46effab39ce35d7a1349 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 25 Jul 2006 22:17:05 +0000 Subject: s/publish/share --- (limited to 'sugar/chat') diff --git a/sugar/chat/ActivityChat.py b/sugar/chat/ActivityChat.py index 90b1f4b..aab83c1 100644 --- a/sugar/chat/ActivityChat.py +++ b/sugar/chat/ActivityChat.py @@ -38,8 +38,8 @@ class ActivityChat(GroupChat): address=addr, port=port) self._setup_stream(self._chat_service) - def publish(self): - """Only called when we publish the activity this chat is tied to.""" + def share(self): + """Only called when we share the activity this chat is tied to.""" self._chat_service = self._pservice.share_activity(self._activity, stype=ActivityChat.SERVICE_TYPE) self._setup_stream(self._chat_service) -- cgit v0.9.1