Skip to content
Snippets Groups Projects
Commit eeb4dfc6 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

show change status message window in current workspace. fixes #2615

parent a49a0e02
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment