send correct 'plugin' argument on initialising
XmlConsole window
This commit is contained in:
		
							parent
							
								
									61f1c8c5d4
								
							
						
					
					
						commit
						6f9875120c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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] = {} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue