prevent a TB
This commit is contained in:
parent
29fb257f66
commit
b8505eec7e
1 changed files with 2 additions and 1 deletions
|
@ -209,6 +209,7 @@ class GroupchatWindow(chat.Chat):
|
|||
iter = self.get_user_iter(room_jid, nick)
|
||||
if not iter:
|
||||
return
|
||||
if self.contacts[room_jid].has_key(nick):
|
||||
del self.contacts[room_jid][nick]
|
||||
parent_iter = model.iter_parent(iter)
|
||||
model.remove(iter)
|
||||
|
|
Loading…
Add table
Reference in a new issue