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

Commits:
a86abf2c by Markus Wintermann at 2018-04-14T22:01:58+02:00
Update proxy comobobox in accounts/connections
After a new proxy was added/removed by ManageProxies the combobox in
accounts/connections gets updated

- - - - -


1 changed file:

- gajim/accounts_window.py


Changes:

=====================================
gajim/accounts_window.py
=====================================
--- a/gajim/accounts_window.py
+++ b/gajim/accounts_window.py
@@ -113,10 +113,10 @@ class AccountsWindow(Gtk.ApplicationWindow):
         self.stack.set_visible_child(page)
 
     def update_proxy_list(self):
-        page = self.stack.get_child_by_name('connetion')
+        page = self.stack.get_child_by_name('connection')
         if page is None:
             return
-        page.options['proxy'].update_values()
+        page.listbox.get_option('proxy').update_values()
 
     def check_relogin(self):
         for account in self.need_relogin:



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

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

Reply via email to