[gnome-dictionary] Drop slash for the 'Find' action



commit bb037e3680457eeb3a06c8af329385f1d98d1bf6
Author: Saurav Agarwalla <saurav agarwalla92 gmail com>
Date:   Tue Feb 4 13:11:34 2014 +0530

    Drop slash for the 'Find' action
    
    That line was causing 'Find' to be called whenever the user pressed
    the forward-slash button. Removing it causes 'Find' to be called only
    when the user presses <Primary>F.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=452059

 data/gnome-dictionary-menus.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-dictionary-menus.ui b/data/gnome-dictionary-menus.ui
index c21b8df..7ffcd9a 100644
--- a/data/gnome-dictionary-menus.ui
+++ b/data/gnome-dictionary-menus.ui
@@ -78,7 +78,6 @@
           <attribute name="label" translatable="yes">_Find</attribute>
           <attribute name="action">win.find</attribute>
           <attribute name="accel">&lt;Primary&gt;f</attribute>
-          <attribute name="accel">slash</attribute>
         </item>
         <item>
           <attribute name="label" translatable="yes">Find Ne_xt</attribute>


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