Skip to content
Snippets Groups Projects
Commit 5c9e35cd authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

select chat window once we open a new one

parent 8fcaa914
No related branches found
No related tags found
No related merge requests found
......@@ -2909,6 +2909,7 @@ class Interface:
# For JEP-0172
if added_to_roster:
ctrl.user_nick = gajim.nicks[account]
gobject.idle_add(lambda: mw.window.grab_focus())
def on_open_chat_window(self, widget, contact, account, resource=None,
session=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment