Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
3357622c by Yann Leboulanger at 2017-08-22T23:25:07+02:00
fix enabling accounts
- - - - -
1 changed file:
- gajim/config.py
Changes:
=====================================
gajim/config.py
=====================================
--- a/gajim/config.py
+++ b/gajim/config.py
@@ -2582,7 +2582,7 @@ class AccountsWindow:
if app.connections[account].gpg:
self.xml.get_object('gpg_choose_button2').set_sensitive(True)
else:
- app.connections[account] = common.connection.Connection(account)
+ app.connections[account] = connection.Connection(account)
if app.connections[account].gpg:
self.xml.get_object('gpg_choose_button1').set_sensitive(True)
self.init_account_gpg()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/3357622c2dc0b6fe75ac573321a1403ee4919e45
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/3357622c2dc0b6fe75ac573321a1403ee4919e45
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