From 108b087858f5dbb4217b212dfc40b5081cc5c395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com> Date: Tue, 27 Nov 2018 21:04:13 +0100 Subject: [PATCH] AccountsWindow: Fix back button --- gajim/gtk/accounts.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gajim/gtk/accounts.py b/gajim/gtk/accounts.py index 3dfea28968..9fc1d1b90a 100644 --- a/gajim/gtk/accounts.py +++ b/gajim/gtk/accounts.py @@ -82,6 +82,10 @@ class AccountsWindow(Gtk.ApplicationWindow): app.ged.register_event_handler( 'our-show', ged.GUI2, self._nec_our_status) + @property + def stack(self): + return self._ui.stack + def _nec_our_status(self, event): self.update_accounts() -- GitLab