summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-01-03 00:17:11 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2015-01-03 00:21:31 +0000
commit78b2da934f96d0fdfed8a6366ea537498ac2d3c2 (patch)
treef4ae9ba45619fd7369f2b7f5c9f4ac23993dc5d9 /desktop
parenteb86217ead389050e76946b7be976b9147b16a52 (diff)
downloadnetsurf-78b2da934f96d0fdfed8a6366ea537498ac2d3c2.tar.gz
netsurf-78b2da934f96d0fdfed8a6366ea537498ac2d3c2.tar.bz2
Mark URL field for copying to clipboard.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/hotlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 212d6309a..661b999ea 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -1146,7 +1146,8 @@ static nserror hotlist_initialise_entry_fields(void)
goto error;
}
- hl_ctx.fields[HL_URL].flags = TREE_FLAG_ALLOW_EDIT;
+ hl_ctx.fields[HL_URL].flags = TREE_FLAG_ALLOW_EDIT |
+ TREE_FLAG_COPY_TEXT;
label = "TreeviewLabelURL";
label = messages_get(label);
if (lwc_intern_string(label, strlen(label),