From 652e1df102a1386c377ed1bbe8f101a091cfb121 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 5 Feb 2006 13:44:51 +0000 Subject: [PATCH] redraw parent's icon when a child log off to eventually remove the arrow in icon --- src/roster_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roster_window.py b/src/roster_window.py index 845a99a23..9d3691e6c 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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: