From eeb4dfc61bfa3cbe669274e7bb86bd2f45a78d11 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 4 Nov 2006 01:47:30 +0000 Subject: [PATCH] show change status message window in current workspace. fixes #2615 --- src/systray.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systray.py b/src/systray.py index 42897ebd2..d17c5fc0b 100644 --- a/src/systray.py +++ b/src/systray.py @@ -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()