summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-01-24 13:04:36 (GMT)
committerMatthias Clasen <mclasen@redhat.com>2015-01-24 13:44:30 (GMT)
commit8f9c8120b9d8a4cfa9ed1777da37f7a2d618a3a6 (patch)
tree9084b34311003f9c06d2697ea11a9267c0e78ac3
parenta0ecb44b41ed5625aa05e101959110f09a089b5c (diff)
downloadgtk+-8f9c8120b9d8a4cfa9ed1777da37f7a2d618a3a6.zip
gtk+-8f9c8120b9d8a4cfa9ed1777da37f7a2d618a3a6.tar.xz
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.
-rw-r--r--gtk/ui/gtkfilechooserwidget.ui1
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>