typo: autopopup message when we are online even if we check don't autopopup when away/xa
This commit is contained in:
		
							parent
							
								
									c158ffe2d4
								
							
						
					
					
						commit
						043b81cd58
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1710,7 +1710,7 @@ _('If "%s" accepts this request you will know his or her status.') %jid)
 | 
				
			||||||
			no_queue = False
 | 
								no_queue = False
 | 
				
			||||||
		popup = False
 | 
							popup = False
 | 
				
			||||||
		if autopopup and (autopopupaway or gajim.connections[account].connected \
 | 
							if autopopup and (autopopupaway or gajim.connections[account].connected \
 | 
				
			||||||
			> 3):
 | 
								in (1, 2)):
 | 
				
			||||||
			popup = True
 | 
								popup = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if msg_type == 'normal' and popup: # it's single message to be autopopuped
 | 
							if msg_type == 'normal' and popup: # it's single message to be autopopuped
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue