mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 17:54:33 +03:00
Hotlist (bookmarks): Include the URL field in search.
This commit is contained in:
parent
9b0a3cc35e
commit
ec4b9a5dd0
@ -1198,8 +1198,10 @@ static nserror hotlist_initialise_entry_fields(void)
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
hl_ctx.fields[HL_URL].flags = TREE_FLAG_ALLOW_EDIT |
|
hl_ctx.fields[HL_URL].flags =
|
||||||
TREE_FLAG_COPY_TEXT;
|
TREE_FLAG_ALLOW_EDIT |
|
||||||
|
TREE_FLAG_COPY_TEXT |
|
||||||
|
TREE_FLAG_SEARCHABLE;
|
||||||
label = "TreeviewLabelURL";
|
label = "TreeviewLabelURL";
|
||||||
label = messages_get(label);
|
label = messages_get(label);
|
||||||
if (lwc_intern_string(label, strlen(label),
|
if (lwc_intern_string(label, strlen(label),
|
||||||
|
Loading…
Reference in New Issue
Block a user