little bugfix : wrong variable name
This commit is contained in:
parent
dcc280b3da
commit
2fe5d0c346
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ class GajimCore:
|
||||||
if not self.gpg.has_key(a) and USE_GPG:
|
if not self.gpg.has_key(a) and USE_GPG:
|
||||||
self.gpg[a] = MyGnuPG()
|
self.gpg[a] = MyGnuPG()
|
||||||
if not self.passwords.keys():
|
if not self.passwords.keys():
|
||||||
self.connected[a] = 0
|
self.passwords[a] = ''
|
||||||
else:
|
else:
|
||||||
self.cfgParser.tab[ev[2][0]] = ev[2][1]
|
self.cfgParser.tab[ev[2][0]] = ev[2][1]
|
||||||
if ev[2][0] != ev[2][2]:
|
if ev[2][0] != ev[2][2]:
|
||||||
|
|
Loading…
Add table
Reference in a new issue