[hamster-applet] set scale focusable so it would steal the focus that otherwise goes to date popup



commit eff4c7216e51668edd04257dacfc94b0b55e33d1
Author: Toms Bauģis <toms baugis gmail com>
Date:   Fri Apr 9 23:38:51 2010 +0100

    set scale focusable so it would steal the focus that otherwise goes to date popup

 data/edit_activity.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/edit_activity.ui b/data/edit_activity.ui
index f5bcdfc..f1adb1b 100644
--- a/data/edit_activity.ui
+++ b/data/edit_activity.ui
@@ -26,6 +26,8 @@
               <object class="GtkEventBox" id="day_preview">
                 <property name="height_request">70</property>
                 <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="has_focus">True</property>
                 <child>
                   <placeholder/>
                 </child>



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