From 4cc37460841c13ec5c5a44eb5256ee27073c4c4a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 3 Jan 2015 00:20:52 +0000 Subject: [PATCH] Make URL field for copying to clipboard. --- desktop/global_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/global_history.c b/desktop/global_history.c index 75c9aead1..59447116a 100644 --- a/desktop/global_history.c +++ b/desktop/global_history.c @@ -525,7 +525,7 @@ static nserror global_history_initialise_entry_fields(void) goto error; } - gh_ctx.fields[GH_URL].flags = TREE_FLAG_NONE; + gh_ctx.fields[GH_URL].flags = TREE_FLAG_COPY_TEXT; label = "TreeviewLabelURL"; label = messages_get(label); if (lwc_intern_string(label, strlen(label),