[gnome-system-monitor] Disable typeahead in process list



commit a003e63b779a87c47197eae95a5a36e6ffacfda8
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Thu Aug 1 22:27:03 2013 +0200

    Disable typeahead in process list

 src/proctable.cpp |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/proctable.cpp b/src/proctable.cpp
index e7d0fbb..9c2ab6c 100644
--- a/src/proctable.cpp
+++ b/src/proctable.cpp
@@ -417,10 +417,7 @@ proctable_new (ProcmanApp * const app)
     gtk_tree_view_set_tooltip_column (GTK_TREE_VIEW (proctree), COL_TOOLTIP);
     gtk_tree_view_set_show_expanders (GTK_TREE_VIEW (proctree),
                                       g_settings_get_boolean (app->settings, "show-dependencies"));
-    gtk_tree_view_set_search_equal_func (GTK_TREE_VIEW (proctree),
-                                         search_equal_func,
-                                         NULL,
-                                         NULL);
+    gtk_tree_view_set_enable_search (GTK_TREE_VIEW (proctree), FALSE);
     gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (proctree), TRUE);
     g_object_unref (G_OBJECT (model));
 


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