fix a typo
This commit is contained in:
		
							parent
							
								
									a6bf5b30c0
								
							
						
					
					
						commit
						e3a3e20ce0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -190,7 +190,7 @@ class Chat: | |||
| 				if chatstate == 'composing': | ||||
| 					color = gajim.config.get_per('themes', theme, | ||||
| 								     'state_composing_color') | ||||
| 				elif unread and self.window.get_property('has-toplevel-focus'):: | ||||
| 				elif unread and self.window.get_property('has-toplevel-focus'): | ||||
| 					color = gajim.config.get_per('themes', theme, | ||||
| 								     'state_active_color') | ||||
| 				elif unread: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue