This is needed finally, reverting from previous changeset
This commit is contained in:
parent
6c8d196383
commit
299f560749
|
@ -811,6 +811,7 @@ class RosterWindow:
|
||||||
if jid in gajim.to_be_removed[account]:
|
if jid in gajim.to_be_removed[account]:
|
||||||
gajim.to_be_removed[account].remove(jid)
|
gajim.to_be_removed[account].remove(jid)
|
||||||
self.draw_contact(jid, account)
|
self.draw_contact(jid, account)
|
||||||
|
self.refilter_shown_roster_items()
|
||||||
|
|
||||||
#FIXME: integrate into add_contact()
|
#FIXME: integrate into add_contact()
|
||||||
def add_to_not_in_the_roster(self, account, jid, nick = '', resource = ''):
|
def add_to_not_in_the_roster(self, account, jid, nick = '', resource = ''):
|
||||||
|
|
Loading…
Reference in New Issue