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.
This commit is contained in:
Matthias Clasen 2015-01-24 08:04:36 -05:00
parent a0ecb44b41
commit 8f9c8120b9

View File

@ -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>