create XML console window when we add a new account

This commit is contained in:
Yann Leboulanger 2005-08-16 15:35:03 +00:00
parent 383154becf
commit bb0ba86b23
1 changed files with 2 additions and 0 deletions

View File

@ -1346,6 +1346,8 @@ _('To change the account name, you must be disconnected.')).get_response()
_('You already have an account using this name.')).get_response()
return
con = connection.Connection(name)
self.windows[name]['xml_console'] = \
dialogs.XMLConsoleWindow(self, name)
self.plugin.register_handlers(con)
#if we need to register a new account
if new_account: