inspector: Turn off search where we don't have a search bar yet

Avoid the builtin treeview search popup everywhere.
This commit is contained in:
Matthias Clasen
2014-11-11 22:42:51 -05:00
parent 4aca13e39e
commit 21e3d4f2f7
6 changed files with 6 additions and 1 deletions

View File

@ -50,6 +50,7 @@
<object class="GtkTreeView" id="view">
<property name="visible">True</property>
<property name="model">model</property>
<property name="enable-search">False</property>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Name</property>