ocarina: Disable treeview searching

I have filtering to perform searches, so this gtk feature can be
disabled.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-09-01 12:13:16 -04:00
parent 5a4b9df2b2
commit fc5fe427a7
1 changed files with 3 additions and 0 deletions

View File

@ -248,6 +248,7 @@
<property name="can_focus">True</property>
<property name="model">LibraryPlist</property>
<property name="rules_hint">True</property>
<property name="enable_search">False</property>
<property name="tooltip_column">9</property>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn4">
@ -451,6 +452,7 @@
<property name="model">RecentPlist</property>
<property name="headers_clickable">False</property>
<property name="rules_hint">True</property>
<property name="enable_search">False</property>
<property name="search_column">1</property>
<property name="tooltip_column">9</property>
<child>
@ -659,6 +661,7 @@
<property name="model">BannedPlist</property>
<property name="headers_clickable">False</property>
<property name="rules_hint">True</property>
<property name="enable_search">False</property>
<property name="search_column">1</property>
<property name="tooltip_column">9</property>
<child>