typo
This commit is contained in:
		
							parent
							
								
									a112c45323
								
							
						
					
					
						commit
						5f98d14722
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -511,8 +511,8 @@ class GajimCore:
 | 
			
		|||
		hostname = self.cfgParser.tab[account]["hostname"]
 | 
			
		||||
		name = self.cfgParser.tab[account]["name"]
 | 
			
		||||
		password = self.passwords[account]
 | 
			
		||||
		if not self.cfgParser.tab[account].has_key('resource']:
 | 
			
		||||
			if not self.cfgParser.tab[account].has_key('ressource']:		
 | 
			
		||||
		if not self.cfgParser.tab[account].has_key('resource'):
 | 
			
		||||
			if not self.cfgParser.tab[account].has_key('ressource'):
 | 
			
		||||
				resource = 'Gajim'
 | 
			
		||||
			else:
 | 
			
		||||
				resource = self.cfgParser.tab[account]['ressource']
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue