From 28936744a5ad5b9d5345147177e26ea869777c18 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 4 Dec 2005 23:16:13 +0000 Subject: [PATCH] make sure windows get focus when we click on systray icon --- src/systray.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systray.py b/src/systray.py index 5675e150e..2a7631b6d 100644 --- a/src/systray.py +++ b/src/systray.py @@ -321,6 +321,7 @@ class Systray: if w: w.set_active_tab(jid) w.window.present() + w.window.window.focus() tv = w.conversation_textviews[jid] tv.scroll_to_end()