From 613d1c300b897fcce92bf90a21bdb58a3b2bd28e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 23 Jul 2007 15:26:36 +0000 Subject: Grab the focus to the chat entry by default (#2347) --- (limited to 'chat.py') diff --git a/chat.py b/chat.py index 4421a81..9b3a100 100644 --- a/chat.py +++ b/chat.py @@ -55,6 +55,7 @@ class Chat(Activity): root = self.make_root() self.set_canvas(root) root.show_all() + self.entry.grab_focus() toolbox = ActivityToolbox(self) self.set_toolbox(toolbox) -- cgit v0.9.1