changeset 0809f947fd8b in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=0809f947fd8b
description: merge

diffstat:

 src/message_window.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bcfc58b1f0ce -r 0809f947fd8b src/message_window.py
--- a/src/message_window.py     Tue May 25 09:46:12 2010 +0200
+++ b/src/message_window.py     Tue May 25 09:47:44 2010 +0200
@@ -144,7 +144,7 @@
         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:
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to