From 9b0a3cc35ed482b31d35c3ad804c7a2fc48d190f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 18 Sep 2017 23:14:15 +0100 Subject: Global history: Flag the URL field as searchable, as well. --- desktop/global_history.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/global_history.c b/desktop/global_history.c index 3a06b31a5..ad39a3e41 100644 --- a/desktop/global_history.c +++ b/desktop/global_history.c @@ -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), -- cgit v1.2.3