Oops, I forgot to delete a '=', thanks roidelapluie

This commit is contained in:
Jean-Marie Traissard 2006-06-21 18:13:20 +00:00
parent f7b2a7fe81
commit d68509164f
1 changed files with 1 additions and 1 deletions

View File

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