typo. Fix #1521
This commit is contained in:
parent
033e95e795
commit
4372ed7fe4
|
@ -165,7 +165,7 @@ class Contacts:
|
||||||
return
|
return
|
||||||
del self._contacts[account][jid]
|
del self._contacts[account][jid]
|
||||||
if self._parent_meta_contacts[account].has_key(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):
|
if self._children_meta_contacts[account].has_key(jid):
|
||||||
for cjid in self._children_meta_contacts[account][jid]:
|
for cjid in self._children_meta_contacts[account][jid]:
|
||||||
self.remove_subcontact(account, cjid)
|
self.remove_subcontact(account, cjid)
|
||||||
|
|
Loading…
Reference in New Issue