fix typo. Fixes #1429
This commit is contained in:
		
							parent
							
								
									5624dca803
								
							
						
					
					
						commit
						6109fc798e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2033,7 +2033,7 @@ class GroupchatConfigWindow(DataFormWindow):
 | 
			
		|||
					list[jid]['reason'] = model[iter][1].decode('utf-8')
 | 
			
		||||
				iter = model.iter_next(iter)
 | 
			
		||||
			for jid in self.removed_jid[affiliation]:
 | 
			
		||||
				list[jid] = 'none'
 | 
			
		||||
				list[jid] = {'affiliation': 'none'}
 | 
			
		||||
			gajim.connections[self.account].send_gc_affiliation_list(self.room_jid,
 | 
			
		||||
				list)
 | 
			
		||||
		self.window.destroy()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue