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

This commit is contained in:
Yann Leboulanger 2006-11-04 01:47:30 +00:00
parent a49a0e02ec
commit eeb4dfc61b
1 changed files with 1 additions and 0 deletions

View File

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