fix typo, TB on new local accounts

This commit is contained in:
Stefan Bethge 2007-07-27 18:18:08 +00:00
parent 68f5401213
commit 24c8a3dcd1
1 changed files with 1 additions and 1 deletions

View File

@ -2244,7 +2244,7 @@ class AccountsWindow:
if self.ignore_events:
return
email = widget.get_text().decode('utf-8')
if self.option_changed('zeroconf_email', mail):
if self.option_changed('zeroconf_email', email):
self.need_relogin = True
gajim.config.set_per('accounts', self.current_account,
'zeroconf_email', email)