From 294235ee524570c9909eeecca6984dd071ac939d Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Thu, 12 Jul 2007 22:09:24 +0000 Subject: [PATCH] Prevent TB in new ACC window, fix typo. --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index c0d8560fe..46c4a098c 100644 --- a/src/config.py +++ b/src/config.py @@ -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