From 299f5607496fb498832983db3ccfea1800c9384b Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Thu, 1 May 2008 02:32:57 +0000 Subject: [PATCH] This is needed finally, reverting from previous changeset --- src/roster_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roster_window.py b/src/roster_window.py index 457555a5e..235f3c67c 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -811,6 +811,7 @@ class RosterWindow: if jid in gajim.to_be_removed[account]: gajim.to_be_removed[account].remove(jid) self.draw_contact(jid, account) + self.refilter_shown_roster_items() #FIXME: integrate into add_contact() def add_to_not_in_the_roster(self, account, jid, nick = '', resource = ''):