statusicon.py was incompatible with r11080. Fixed.
This commit is contained in:
		
							parent
							
								
									fd088b09f5
								
							
						
					
					
						commit
						db5f9bab05
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -64,10 +64,7 @@ class StatusIcon(systray.Systray):
 | 
			
		|||
		self.unsubscribe_events()
 | 
			
		||||
 | 
			
		||||
	def on_status_icon_left_clicked(self, widget):
 | 
			
		||||
		if len(gajim.events.get_systray_events()) == 0:
 | 
			
		||||
			self.on_left_click()
 | 
			
		||||
		else:
 | 
			
		||||
			self.on_middle_click()
 | 
			
		||||
		self.on_left_click()
 | 
			
		||||
 | 
			
		||||
	def set_img(self):
 | 
			
		||||
		'''apart from image, we also update tooltip text here'''
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue