This commit is contained in:
Yann Leboulanger 2005-03-09 17:05:21 +00:00
parent a112c45323
commit 5f98d14722
1 changed files with 2 additions and 2 deletions

View File

@ -511,8 +511,8 @@ class GajimCore:
hostname = self.cfgParser.tab[account]["hostname"] hostname = self.cfgParser.tab[account]["hostname"]
name = self.cfgParser.tab[account]["name"] name = self.cfgParser.tab[account]["name"]
password = self.passwords[account] password = self.passwords[account]
if not self.cfgParser.tab[account].has_key('resource']: if not self.cfgParser.tab[account].has_key('resource'):
if not self.cfgParser.tab[account].has_key('ressource']: if not self.cfgParser.tab[account].has_key('ressource'):
resource = 'Gajim' resource = 'Gajim'
else: else:
resource = self.cfgParser.tab[account]['ressource'] resource = self.cfgParser.tab[account]['ressource']