widgets: Turn off default search in GimpPrefsBox
Same patch as cb552d3d, just applied to GimpPrefsBox.
This was visible in the Preferences Dialog, where the same
unnecessary pop-up appeared in the side panel.
This commit is contained in:
parent
d80ad177af
commit
3a4bd57da6
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ gimp_prefs_box_init (GimpPrefsBox *box)
|
|||
g_object_unref (private->store);
|
||||
|
||||
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (private->tree_view), FALSE);
|
||||
gtk_tree_view_set_enable_search (GTK_TREE_VIEW (private->tree_view), FALSE);
|
||||
|
||||
column = gtk_tree_view_column_new ();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue