Skip to content
Snippets Groups Projects
Commit c269731e authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

when we add a new account, we must update all variables

parent bcea8538
No related branches found
No related tags found
No related merge requests found
......@@ -652,6 +652,8 @@ class GajimCore:
self.connected[a] = 0
if not self.gpg.has_key(a) and USE_GPG:
self.gpg[a] = MyGnuPG()
if not self.passwords.keys():
self.connected[a] = 0
else:
self.cfgParser.tab[ev[2][0]] = ev[2][1]
if ev[2][0] != ev[2][2]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment