show change status message window in current workspace. fixes #2615
This commit is contained in:
		
							parent
							
								
									a49a0e02ec
								
							
						
					
					
						commit
						eeb4dfc61b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -309,6 +309,7 @@ class Systray:
 | 
			
		|||
		active = gajim.interface.roster.status_combobox.get_active()
 | 
			
		||||
		status = model[active][2].decode('utf-8')
 | 
			
		||||
		dlg = dialogs.ChangeStatusMessageDialog(status)
 | 
			
		||||
		dlg.window.present()
 | 
			
		||||
		message = dlg.run()
 | 
			
		||||
		if message is not None: # None if user press Cancel
 | 
			
		||||
			accounts = gajim.connections.keys()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue