mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-18 16:49:18 +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 */
|
/* Create the hotlist treeview */
|
||||||
err = treeview_create(&hl_ctx.tree, &hl_tree_cb_t,
|
err = treeview_create(&hl_ctx.tree, &hl_tree_cb_t,
|
||||||
HL_N_FIELDS, hl_ctx.fields, NULL, NULL,
|
HL_N_FIELDS, hl_ctx.fields, NULL, NULL,
|
||||||
TREEVIEW_NO_FLAGS);
|
TREEVIEW_SEARCHABLE);
|
||||||
if (err != NSERROR_OK) {
|
if (err != NSERROR_OK) {
|
||||||
free(hl_ctx.save_path);
|
free(hl_ctx.save_path);
|
||||||
hl_ctx.tree = NULL;
|
hl_ctx.tree = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user