[gtk+] file chooser: Turn off typeahead search



commit 8f9c8120b9d8a4cfa9ed1777da37f7a2d618a3a6
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 24 08:04:36 2015 -0500

    file chooser: Turn off typeahead search
    
    It is the third kind of navigation entry in the file chooser after
    the location entry and search, and it interacts badly with both
    of the others.

 gtk/ui/gtkfilechooserwidget.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index a783a5c..c550535 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -243,6 +243,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="has_tooltip">True</property>
+                            <property name="enable-search">False</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" id="browse_files_tree_view-atkobject">
                                 <property name="AtkObject::accessible-name" 
translatable="yes">Files</property>


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