From 4aeaf6d3bc8a187767db982d1e20b0a18b4a74f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Wed, 7 Mar 2018 18:50:28 +0100 Subject: [PATCH] Raise correct dialog on account removal Fixes #8941 --- gajim/accounts_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/accounts_window.py b/gajim/accounts_window.py index ee812fcf7..7ed334d28 100644 --- a/gajim/accounts_window.py +++ b/gajim/accounts_window.py @@ -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'):