fix tb
This commit is contained in:
		
							parent
							
								
									8c4217fd5c
								
							
						
					
					
						commit
						1c89061483
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -350,7 +350,7 @@ class Systray:
 | 
				
			||||||
		gajim.interface.roster.status_combobox.set_active(index)
 | 
							gajim.interface.roster.status_combobox.set_active(index)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	def on_change_status_message_activate(self, widget):
 | 
						def on_change_status_message_activate(self, widget):
 | 
				
			||||||
		model = gajim.interface.status_combobox.get_model()
 | 
							model = gajim.interface.roster.status_combobox.get_model()
 | 
				
			||||||
		status = model[active][2].decode('utf-8')
 | 
							status = model[active][2].decode('utf-8')
 | 
				
			||||||
		dlg = dialogs.ChangeStatusMessageDialog(status)
 | 
							dlg = dialogs.ChangeStatusMessageDialog(status)
 | 
				
			||||||
		message = dlg.run()
 | 
							message = dlg.run()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue