Do not create and show xml console when creating an account. Fixes #1815
This commit is contained in:
		
							parent
							
								
									897fd6c35e
								
							
						
					
					
						commit
						515cbaa270
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -2737,8 +2737,6 @@ _('You can set advanced account options by pressing Advanced button, or later by
 | 
				
			||||||
		# update variables
 | 
							# update variables
 | 
				
			||||||
		gajim.interface.instances[self.account] = {'infos': {}, 'disco': {},
 | 
							gajim.interface.instances[self.account] = {'infos': {}, 'disco': {},
 | 
				
			||||||
			'chats': {}, 'gc': {}, 'gc_config': {}}
 | 
								'chats': {}, 'gc': {}, 'gc_config': {}}
 | 
				
			||||||
		gajim.interface.instances[self.account]['xml_console'] = \
 | 
					 | 
				
			||||||
			dialogs.XMLConsoleWindow(self.account)
 | 
					 | 
				
			||||||
		gajim.awaiting_events[self.account] = {}
 | 
							gajim.awaiting_events[self.account] = {}
 | 
				
			||||||
		gajim.connections[self.account].connected = 0
 | 
							gajim.connections[self.account].connected = 0
 | 
				
			||||||
		gajim.groups[self.account] = {}
 | 
							gajim.groups[self.account] = {}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue