pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c2ab2
)
Removing the debug print from the last commit.
author
Christoph Lohmann
<20h@r-36.net>
Tue, 10 Feb 2015 18:06:56 +0000
(19:06 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Tue, 10 Feb 2015 18:06:56 +0000
(19:06 +0100)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
c5da191
..
87c10ef
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-300,7
+300,6
@@
buttonrelease(WebKitWebView *web, GdkEventButton *e, Client *c) {
g_object_get(result, "context", &context, NULL);
g_object_get(result, "link-uri", &arg.v, NULL);
- printf("%d %d\n", context, e->button);
for(i = 0; i < LENGTH(buttons); i++) {
if(context & buttons[i].click && e->button == buttons[i].button &&
CLEANMASK(e->state) == CLEANMASK(buttons[i].mask) && buttons[i].func) {