diff --git a/gajim/gtk/accounts.py b/gajim/gtk/accounts.py
index 3dfea28968befdeb9905eb911518e7f910432199..9fc1d1b90aea6f6b4fc0981ae3fa86cb918a408e 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()