close all opened windows related to an account when we remove it
This commit is contained in:
parent
df6474ec3b
commit
2da5b774e7
|
@ -2166,6 +2166,8 @@ class RemoveAccountWindow:
|
||||||
|
|
||||||
if self.remove_and_unregister_radiobutton.get_active():
|
if self.remove_and_unregister_radiobutton.get_active():
|
||||||
gajim.connections[self.account].unregister_account()
|
gajim.connections[self.account].unregister_account()
|
||||||
|
# Close all opened windows
|
||||||
|
gajim.interface.rostrer.close_all(gajim.interface.instances[self.account])
|
||||||
del gajim.connections[self.account]
|
del gajim.connections[self.account]
|
||||||
gajim.config.del_per('accounts', self.account)
|
gajim.config.del_per('accounts', self.account)
|
||||||
gajim.interface.save_config()
|
gajim.interface.save_config()
|
||||||
|
|
Loading…
Reference in New Issue