mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Hotlist (bookmarks): Enable search feature.
This commit is contained in:
parent
88c9a2e12d
commit
fb5344df09
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user