summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-01-03 00:20:52 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2015-01-03 00:21:31 +0000
commit4cc37460841c13ec5c5a44eb5256ee27073c4c4a (patch)
tree8da89318422eed077c2884b38de8a7196a8b3fdb /desktop
parent78b2da934f96d0fdfed8a6366ea537498ac2d3c2 (diff)
downloadnetsurf-4cc37460841c13ec5c5a44eb5256ee27073c4c4a.tar.gz
netsurf-4cc37460841c13ec5c5a44eb5256ee27073c4c4a.tar.bz2
Make URL field for copying to clipboard.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/global_history.c2
1 files changed, 1 insertions, 1 deletions
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),