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 = ''):