Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat.py
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2007-09-07 11:01:06 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2007-09-07 11:01:06 (GMT)
commit93824fe68500fa9176c22674bf8854d9336f8fdc (patch)
tree21931c31203dadaddd2bcc8b881fcb938807a01f /chat.py
parent85fd647118917d7373c52b666bb9b435fb5b99ee (diff)
#3248: Make Chat not shared by default
Diffstat (limited to 'chat.py')
-rw-r--r--chat.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/chat.py b/chat.py
index 64b36e2..49941c3 100644
--- a/chat.py
+++ b/chat.py
@@ -84,9 +84,8 @@ class Chat(Activity):
else:
# we are creating the activity
self.add_text(self.owner.props.nick,
- self._buddy_icon(self.owner), _('Connecting'),
+ self._buddy_icon(self.owner), _('Share, or invite someone.'),
status_message=True)
- self.share() # Share immediately since there are no invites yet
def _shared_cb(self, activity):
logger.debug('Chat was shared')