From fd60c2fcf75885f2be40a33f9f5209c5b8755b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 23 Dec 2018 00:33:23 +0100 Subject: [PATCH] Revert "AccountsWindow: Fix back button" This reverts commit 108b087858f5dbb4217b212dfc40b5081cc5c395 --- gajim/gtk/accounts.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gajim/gtk/accounts.py b/gajim/gtk/accounts.py index 9fc1d1b90..3dfea2896 100644 --- a/gajim/gtk/accounts.py +++ b/gajim/gtk/accounts.py @@ -82,10 +82,6 @@ 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()