pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f347b9f
)
Adding Evan Gates' patch.
author
Enno Boland (tox)
<tox@s01.de>
Mon, 26 Oct 2009 21:02:21 +0000
(22:02 +0100)
committer
Enno Boland (tox)
<tox@s01.de>
Mon, 26 Oct 2009 21:02:21 +0000
(22:02 +0100)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
a55a5e2
..
3a42128
100644
(file)
--- 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