summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2017-09-18 23:02:20 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2017-09-18 23:18:44 +0100
commitfb5344df09494427dc719a0c24ae56f9f1f924dc (patch)
treeb3afe94e89683dadb53b7b126a376bc0b3e24249
parent88c9a2e12de078103b78d58f9da0c7e0f3141470 (diff)
downloadnetsurf-fb5344df09494427dc719a0c24ae56f9f1f924dc.tar.gz
netsurf-fb5344df09494427dc719a0c24ae56f9f1f924dc.tar.bz2
Hotlist (bookmarks): Enable search feature.
-rw-r--r--desktop/hotlist.c2
1 files changed, 1 insertions, 1 deletions
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;