From 91ebe37359419c97f1a0c995c1e9e62a3b99a1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= 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 b39f7804b..366d8f37b 100644 --- a/gajim/gtk/accounts.py +++ b/gajim/gtk/accounts.py @@ -80,6 +80,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()