make sure windows get focus when we click on systray icon

This commit is contained in:
Yann Leboulanger 2005-12-04 23:16:13 +00:00
parent 734e7ecb21
commit 28936744a5
1 changed files with 1 additions and 0 deletions

View File

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