changeset 901:1006f10040ef

Also disable GTK tree view searching in GTK2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 18 Apr 2011 11:22:59 +0000
parents 2ba1f71e23fa
children 5596e3830ae3
files gtk/dw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Mon Apr 18 11:21:29 2011 +0000
+++ b/gtk/dw.c	Mon Apr 18 11:22:59 2011 +0000
@@ -3862,6 +3862,7 @@
 #if GTK_MAJOR_VERSION > 1
    store = gtk_tree_store_new(4, G_TYPE_STRING, GDK_TYPE_PIXBUF, G_TYPE_POINTER, G_TYPE_POINTER);
    tree = gtk_tree_view_new_with_model(GTK_TREE_MODEL(store));
+   gtk_tree_view_set_enable_search(GTK_TREE_VIEW(tree), FALSE);
    gtk_object_set_data(GTK_OBJECT(tree), "_dw_tree_store", (gpointer)store);
    col = gtk_tree_view_column_new();