little bugfix : wrong variable name

This commit is contained in:
Yann Leboulanger 2004-11-23 14:14:58 +00:00
parent dcc280b3da
commit 2fe5d0c346
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ class GajimCore:
if not self.gpg.has_key(a) and USE_GPG:
self.gpg[a] = MyGnuPG()
if not self.passwords.keys():
self.connected[a] = 0
self.passwords[a] = ''
else:
self.cfgParser.tab[ev[2][0]] = ev[2][1]
if ev[2][0] != ev[2][2]: