From 2ef7b35bf7be0726d40fde4ed6a1648e405fa0e2 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 28 Jun 2005 21:05:05 +0000 Subject: [PATCH] typo --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 2cde54d06..05c0dfeb4 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -333,7 +333,7 @@ class Interface: fjid = jid + '/' + nick if not self.windows[account]['chats'].has_key(fjid): gc = self.windows[account]['gc'][jid] - show = gc.contacts[nick].show() + show = gc.contacts[nick].show u = Contact(jid = fjid, name = nick, groups = ['none'], show = show, ask = 'none') self.roster.new_chat(u, account)