ctrl-g to focus search
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 21 Nov 2014 14:45:49 +0000 (15:45 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 21 Nov 2014 14:45:49 +0000 (15:45 +0100)
NEWS
src/glade/ptask.glade

diff --git a/NEWS b/NEWS
index 91f5808..cba6161 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ v0.0.9
 ------
  * fixed potential memory leak when failing to convert time to string
    which is unlikely.
- * added incremental search.
+ * added incremental search (ctrl-g).
 
 v0.0.8
 ------
index f5d610b..1dc6098 100644 (file)
               <object class="GtkEntry" id="tasktree_search">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="secondary_icon_stock">gtk-find</property>
+                <property name="primary_icon_stock">gtk-find</property>
+                <property name="secondary_icon_activatable">False</property>
+                <property name="secondary_icon_sensitive">False</property>
                 <signal name="changed" handler="ui_tasktree_search_changed_cbk" swapped="no"/>
+                <accelerator key="g" signal="grab-focus" modifiers="GDK_CONTROL_MASK"/>
               </object>
               <packing>
                 <property name="expand">False</property>