Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <cassidy@cass-wks.(none)>2007-07-23 15:26:36 (GMT)
committer Guillaume Desmottes <cassidy@cass-wks.(none)>2007-07-23 15:26:36 (GMT)
commit613d1c300b897fcce92bf90a21bdb58a3b2bd28e (patch)
tree60bf9981c2821573f4b284e15915c245c51ea929
parentcf3a0b3cbb3fe07a008150f1b1b0cee5bcdeb2a2 (diff)
Grab the focus to the chat entry by default (#2347)
-rw-r--r--chat.py1
1 files changed, 1 insertions, 0 deletions
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)