From 1d019cf8af6ffa2cd0f6d0bd9b6344e4924bb510 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 26 Oct 2009 22:02:21 +0100 Subject: [PATCH] Adding Evan Gates' patch. --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf.c b/surf.c index a55a5e2..3a42128 100644 --- a/surf.c +++ b/surf.c @@ -176,7 +176,7 @@ clipboard(Client *c, const Arg *arg) { if(paste) gtk_clipboard_request_text(gtk_clipboard_get(GDK_SELECTION_PRIMARY), pasteuri, c); else - gtk_clipboard_set_text(gtk_clipboard_get(GDK_SELECTION_PRIMARY), geturi(c), -1); + gtk_clipboard_set_text(gtk_clipboard_get(GDK_SELECTION_PRIMARY), c->linkhover ? c->linkhover : geturi(c), -1); } void -- 2.20.1