always show change status message window to current desktop when we change status. fixes #2615
This commit is contained in:
parent
0cc8a9fad2
commit
bac3b8f2f2
|
@ -2539,6 +2539,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
|||
show == 'invisible':
|
||||
return ''
|
||||
dlg = dialogs.ChangeStatusMessageDialog(show)
|
||||
dlg.window.present() # show it on current workspace
|
||||
message = dlg.run()
|
||||
return message
|
||||
|
||||
|
|
Loading…
Reference in New Issue