always show change status message window to current desktop when we change status. fixes #2615

This commit is contained in:
Yann Leboulanger 2006-11-09 18:21:25 +00:00
parent 0cc8a9fad2
commit bac3b8f2f2
1 changed files with 1 additions and 0 deletions

View File

@ -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