[hamster-applet] Give focus to the activity box when the standalone window is opened.



commit a4253a5b25d6cb870f435ae4f463693c489c240d
Author: Mjumbe Wawatu Ukweli <mjumbewu gmail com>
Date:   Sun May 9 14:16:55 2010 -0400

    Give focus to the activity box when the standalone window is opened.

 src/hamster-standalone |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/hamster-standalone b/src/hamster-standalone
index d626804..411a964 100755
--- a/src/hamster-standalone
+++ b/src/hamster-standalone
@@ -80,6 +80,7 @@ class ProjectHamster(object):
         self.treeview.connect("row-activated", self.on_today_row_activated)
 
         self.get_widget("today_box").add(self.treeview)
+        self.new_name.grab_focus()
 
         # DBus Setup
         try:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]