From 601e7558e467eee6841388d686a831a47f92c5f7 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 6 Jan 2006 09:21:39 +0000 Subject: [PATCH] missing new contacts function --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 296ba38bb..eaa7c249d 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -416,7 +416,7 @@ class Interface: return if gajim.config.get('ignore_unknown_contacts') and \ - not gajim.contacts[account].has_key(jid): + not gajim.contacts.get_contact(account, jid): return # Handle chat states