From 4372ed7fe4897f143b7608d0371e16f5e2f4f704 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 6 Feb 2006 18:21:40 +0000 Subject: [PATCH] typo. Fix #1521 --- src/common/contacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/contacts.py b/src/common/contacts.py index d5a14ed06..e2f6c5608 100644 --- a/src/common/contacts.py +++ b/src/common/contacts.py @@ -165,7 +165,7 @@ class Contacts: return del self._contacts[account][jid] if self._parent_meta_contacts[account].has_key(jid): - remove_subcontact(account, jid) + self.remove_subcontact(account, jid) if self._children_meta_contacts[account].has_key(jid): for cjid in self._children_meta_contacts[account][jid]: self.remove_subcontact(account, cjid)