diff options
author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2013-08-20 14:18:32 +0100 |
---|---|---|
committer | Phillip Wood <phillip.wood@dunelm.org.uk> | 2013-08-20 15:36:01 +0100 |
commit | 089463fa5db1621aa1b1e211c9effefa7468871d (patch) | |
tree | e6ca3b1ea92bbce3a7a7315ed1299251c4cd5e90 | |
parent | 013cb9e377f5c6ff8d25c4a670c0c13a555284d9 (diff) |
Disable search in track listview
The search doesn't work as it's not set up and doesn't serve any
useful purpose so disable it.
https://bugzilla.gnome.org/show_bug.cgi?id=706394
-rw-r--r-- | data/sound-juicer.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sound-juicer.ui b/data/sound-juicer.ui index 4886e71..4f8bc32 100644 --- a/data/sound-juicer.ui +++ b/data/sound-juicer.ui @@ -300,6 +300,7 @@ <property name="can_focus">True</property> <property name="has_focus">True</property> <property name="rules_hint">True</property> + <property name="enable_search">False</property> <child internal-child="accessible"> <object class="AtkObject" id="track_listview-atkobject"> <property name="AtkObject::accessible-name" translatable="yes">Tracks</property> |