From fb5344df09494427dc719a0c24ae56f9f1f924dc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 18 Sep 2017 23:02:20 +0100 Subject: Hotlist (bookmarks): Enable search feature. --- desktop/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/hotlist.c b/desktop/hotlist.c index 13a52d0da..79fc28658 100644 --- a/desktop/hotlist.c +++ b/desktop/hotlist.c @@ -1313,7 +1313,7 @@ nserror hotlist_init( /* Create the hotlist treeview */ err = treeview_create(&hl_ctx.tree, &hl_tree_cb_t, HL_N_FIELDS, hl_ctx.fields, NULL, NULL, - TREEVIEW_NO_FLAGS); + TREEVIEW_SEARCHABLE); if (err != NSERROR_OK) { free(hl_ctx.save_path); hl_ctx.tree = NULL; -- cgit v1.2.3