summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-26 22:02:21 +0100
committerEnno Boland (tox) <tox@s01.de>2009-10-26 22:02:21 +0100
commit1d019cf8af6ffa2cd0f6d0bd9b6344e4924bb510 (patch)
tree2d4163b6066fca354de93dc030ff579d16c96fcd /surf.c
parentf347b9f336fc45d4a880db70a9133dc68109db7c (diff)
downloadsurf-1d019cf8af6ffa2cd0f6d0bd9b6344e4924bb510.tar.gz
surf-1d019cf8af6ffa2cd0f6d0bd9b6344e4924bb510.tar.bz2
surf-1d019cf8af6ffa2cd0f6d0bd9b6344e4924bb510.zip
Adding Evan Gates' patch.
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
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