This commit is contained in:
Yann Leboulanger 2006-02-06 18:21:40 +00:00
parent 033e95e795
commit 4372ed7fe4
1 changed files with 1 additions and 1 deletions

View File

@ -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)