send correct 'plugin' argument on initialising

XmlConsole window
This commit is contained in:
Dimitur Kirov 2005-08-25 10:49:16 +00:00
parent 61f1c8c5d4
commit 6f9875120c
1 changed files with 1 additions and 1 deletions

View File

@ -1370,7 +1370,7 @@ _('To change the account name, you must be disconnected.')).get_response()
self.plugin.windows[name] = {'infos': {}, 'chats': {}, 'gc': {}, \
'gc_config': {}}
self.plugin.windows[name]['xml_console'] = \
dialogs.XMLConsoleWindow(self, name)
dialogs.XMLConsoleWindow(self.plugin, name)
gajim.awaiting_messages[name] = {}
gajim.connections[name].connected = 0
gajim.groups[name] = {}