Skip to content
Snippets Groups Projects
Commit dc1ea0e4 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Raise correct dialog on account removal

Fixes #8941
parent 97ee232b
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ class AccountsWindow(Gtk.ApplicationWindow):
def on_remove_account(self, button, account):
if app.events.get_events(account):
app.interface.raise_dialog('unread-events-on-remove')
app.interface.raise_dialog('unread-events-on-remove-account')
return
if app.config.get_per('accounts', account, 'is_zeroconf'):
......
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