Do not create and show xml console when creating an account. Fixes #1815

This commit is contained in:
Jean-Marie Traissard 2006-04-06 11:15:04 +00:00
parent 897fd6c35e
commit 515cbaa270
1 changed files with 0 additions and 2 deletions

View File

@ -2737,8 +2737,6 @@ _('You can set advanced account options by pressing Advanced button, or later by
# update variables
gajim.interface.instances[self.account] = {'infos': {}, 'disco': {},
'chats': {}, 'gc': {}, 'gc_config': {}}
gajim.interface.instances[self.account]['xml_console'] = \
dialogs.XMLConsoleWindow(self.account)
gajim.awaiting_events[self.account] = {}
gajim.connections[self.account].connected = 0
gajim.groups[self.account] = {}