send correct 'plugin' argument on initialising
XmlConsole window
This commit is contained in:
parent
61f1c8c5d4
commit
6f9875120c
|
@ -1370,7 +1370,7 @@ _('To change the account name, you must be disconnected.')).get_response()
|
||||||
self.plugin.windows[name] = {'infos': {}, 'chats': {}, 'gc': {}, \
|
self.plugin.windows[name] = {'infos': {}, 'chats': {}, 'gc': {}, \
|
||||||
'gc_config': {}}
|
'gc_config': {}}
|
||||||
self.plugin.windows[name]['xml_console'] = \
|
self.plugin.windows[name]['xml_console'] = \
|
||||||
dialogs.XMLConsoleWindow(self, name)
|
dialogs.XMLConsoleWindow(self.plugin, name)
|
||||||
gajim.awaiting_messages[name] = {}
|
gajim.awaiting_messages[name] = {}
|
||||||
gajim.connections[name].connected = 0
|
gajim.connections[name].connected = 0
|
||||||
gajim.groups[name] = {}
|
gajim.groups[name] = {}
|
||||||
|
|
Loading…
Reference in New Issue