Fix TB when closing account modification window. Fixes #2161

This commit is contained in:
Yann Leboulanger 2006-07-17 10:36:28 +00:00
parent 0614f534bb
commit 8fbf18c4ce
1 changed files with 1 additions and 0 deletions

View File

@ -1317,6 +1317,7 @@ class AccountModificationWindow:
relogin_needed = False
else: # we're connected to the account we want to apply changes
# check if relogin is needed
relogin_needed = False
if self.options_changed_need_relogin(config,
('resource', 'proxy', 'usessl', 'keyname',
'use_custom_host', 'custom_host')):