Removed an excess lambda
This commit is contained in:
parent
ced4db430c
commit
8785db9478
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue