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

Commits:
6492d159 by Philipp Hörist at 2018-06-06T21:19:18+02:00
Contacts should not be added to Zeroconf account

- - - - -


1 changed file:

- gajim/dialogs.py


Changes:

=====================================
gajim/dialogs.py
=====================================
--- a/gajim/dialogs.py
+++ b/gajim/dialogs.py
@@ -861,6 +861,8 @@ class AddNewContactWindow:
             # fill accounts with active accounts
             accounts = []
             for account in app.connections.keys():
+                if account == 'Local':
+                    continue
                 if app.connections[account].connected > 1:
                     accounts.append(account)
             if not accounts:



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

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/6492d159189e89456f29a3117bf9fdc57cd6799f
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