redraw parent's icon when a child log off to eventually remove the arrow in icon

This commit is contained in:
Yann Leboulanger 2006-02-05 13:44:51 +00:00
parent af95e11fc2
commit 652e1df102

View file

@ -302,6 +302,7 @@ class RosterWindow:
if not has_another_child:
# Remove parent contact
self.remove_contact(parent_contact, account)
self.draw_contact(parent_contact.jid, account)
return
group = model[parent_i][C_JID].decode('utf-8')
if model.iter_n_children(parent_i) == 0: