Revert "AccountsWindow: Fix back button"

This reverts commit 108b087858
This commit is contained in:
Philipp Hörist 2018-12-23 00:33:23 +01:00
parent 1be5a07b16
commit fd60c2fcf7
1 changed files with 0 additions and 4 deletions

View File

@ -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()