From c144d980f36e51856bc60c91fbb0d950fde14584 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 1 Jul 2005 10:34:19 +0000 Subject: [PATCH] smallfix --- src/chat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/chat.py b/src/chat.py index ad21318bb..f5c170b1a 100644 --- a/src/chat.py +++ b/src/chat.py @@ -683,7 +683,8 @@ class Chat: childs[3].hide() # open mail composer childs[4].hide() # jid section seperator childs[5].hide() # start chat - childs[6].hide() # add to roster + childs[6].hide() # join group chat + childs[7].hide() # add to roster else: # It's a mail or a JID childs[2].connect('activate', self.on_copy_link_activate, text) childs[3].connect('activate', self.on_open_link_activate, kind, text)