Skip to content
Snippets Groups Projects
Commit de6dcc57 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

redraw group row when we remove a contact. fixes #2801

parent 3289f8fd
No related branches found
No related tags found
No related merge requests found
......@@ -2578,6 +2578,8 @@ class RosterWindow:
for c in gajim.contacts.get_contact(account, contact.jid):
self.remove_contact(c, account)
gajim.contacts.remove_jid(account, c.jid)
for group in c.groups:
self.draw_group(group, account)
need_readd = False
if not remove_auth and contact.sub == 'both':
contact.name = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment