[nautilus] Turn off type ahead find in sidebar



commit f840890e8cc977c466b4826a7e8a51bd044b32b3
Author: William Jon McCann <jmccann redhat com>
Date:   Sat May 26 00:50:25 2012 -0400

    Turn off type ahead find in sidebar
    
    It interferes with search in the main view. We want to eventually
    move to a "just type" search box for the main view.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676899

 src/nautilus-places-sidebar.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-places-sidebar.c b/src/nautilus-places-sidebar.c
index 26dd93e..9b96193 100644
--- a/src/nautilus-places-sidebar.c
+++ b/src/nautilus-places-sidebar.c
@@ -3350,6 +3350,7 @@ nautilus_places_sidebar_init (NautilusPlacesSidebar *sidebar)
 	gtk_tree_view_set_model (tree_view, GTK_TREE_MODEL (sidebar->store));
 	gtk_container_add (GTK_CONTAINER (sidebar), GTK_WIDGET (tree_view));
 	gtk_widget_show (GTK_WIDGET (tree_view));
+	gtk_tree_view_set_enable_search (tree_view, FALSE);
 
 	gtk_widget_show (GTK_WIDGET (sidebar));
 	sidebar->tree_view = tree_view;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]