Prevent TB in new ACC window, fix typo.

This commit is contained in:
Stephan Erb 2007-07-12 22:09:24 +00:00
parent 2af509d005
commit 294235ee52
1 changed files with 1 additions and 1 deletions

View File

@ -1409,7 +1409,7 @@ class AccountsWindow:
# Select previous row
sel = self.accounts_treeview.get_selection()
(model, iter) = sel.get_selected()
if self.need_relogin and self.current_account == gajim.ZEROCONF_ACCT_NAME:
if self.need_relogin and self.current_account == gajim.ZEROCONF_ACC_NAME:
if gajim.connections.has_key(gajim.ZEROCONF_ACC_NAME):
gajim.connections[gajim.ZEROCONF_ACC_NAME].update_details()
return