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

merge

parents 259e26ba 8785db94
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ class MessageWindow(object):
self.notebook.set_show_border(gajim.config.get('tabs_border'))
self.show_icon()
gobject.idle_add(lambda: self.notebook.grab_focus())
gobject.idle_add(self.notebook.grab_focus)
def change_account_name(self, old_name, new_name):
if old_name in self._controls:
......
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