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

redraw mwnu when we remove an account. Fixes #1841

parent a174f3e1
No related branches found
No related tags found
No related merge requests found
......@@ -2171,6 +2171,7 @@ class RemoveAccountWindow:
else:
gajim.interface.roster.regroup = False
gajim.interface.roster.draw_roster()
gajim.interface.roster.actions_menu_needs_rebuild = True
if gajim.interface.instances.has_key('accounts'):
gajim.interface.instances['accounts'].init_accounts()
self.window.destroy()
......
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