From 88c9a2e12de078103b78d58f9da0c7e0f3141470 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 18 Sep 2017 22:57:30 +0100 Subject: Global history: Enable search feature. --- desktop/global_history.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/global_history.c b/desktop/global_history.c index e6993212c..3a06b31a5 100644 --- a/desktop/global_history.c +++ b/desktop/global_history.c @@ -752,7 +752,8 @@ nserror global_history_init(struct core_window_callback_table *cw_t, err = treeview_create(&gh_ctx.tree, &gh_tree_cb_t, N_FIELDS, gh_ctx.fields, cw_t, core_window_handle, - TREEVIEW_NO_MOVES | TREEVIEW_DEL_EMPTY_DIRS); + TREEVIEW_NO_MOVES | TREEVIEW_DEL_EMPTY_DIRS | + TREEVIEW_SEARCHABLE); if (err != NSERROR_OK) { gh_ctx.tree = NULL; return err; -- cgit v1.2.3