mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +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;
|
||||
}
|
||||
|
||||
hl_ctx.fields[HL_URL].flags = TREE_FLAG_ALLOW_EDIT |
|
||||
TREE_FLAG_COPY_TEXT;
|
||||
hl_ctx.fields[HL_URL].flags =
|
||||
TREE_FLAG_ALLOW_EDIT |
|
||||
TREE_FLAG_COPY_TEXT |
|
||||
TREE_FLAG_SEARCHABLE;
|
||||
label = "TreeviewLabelURL";
|
||||
label = messages_get(label);
|
||||
if (lwc_intern_string(label, strlen(label),
|
||||
|
Loading…
Reference in New Issue
Block a user