mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
Global history: Flag the URL field as searchable, as well.
This commit is contained in:
parent
e8b9678d3e
commit
9b0a3cc35e
@ -536,7 +536,9 @@ static nserror global_history_initialise_entry_fields(void)
|
||||
goto error;
|
||||
}
|
||||
|
||||
gh_ctx.fields[GH_URL].flags = TREE_FLAG_COPY_TEXT;
|
||||
gh_ctx.fields[GH_URL].flags =
|
||||
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