Philipp Hörist pushed to branch master at gajim / gajim

Commits:
91ebe373 by Philipp Hörist at 2018-11-27T20:04:13Z
AccountsWindow: Fix back button

- - - - -


1 changed file:

- gajim/gtk/accounts.py


Changes:

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



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/91ebe37359419c97f1a0c995c1e9e62a3b99a1aa

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/91ebe37359419c97f1a0c995c1e9e62a3b99a1aa
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to