pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b0553
)
small fix.
author
Enno Boland (Gottox)
<gottox@s01.de>
Mon, 8 Jun 2009 21:28:05 +0000
(23:28 +0200)
committer
Enno Boland (Gottox)
<gottox@s01.de>
Mon, 8 Jun 2009 21:28:05 +0000
(23:28 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
39b6f12
..
4a4b039
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-433,8
+433,8
@@
processx(GdkXEvent *e, GdkEvent *event, gpointer d) {
&adummy, &idummy, &ldummy, &ldummy, &buf);
loaduri(c, (gchar *)buf);
XFree(buf);
- return GDK_FILTER_REMOVE;
}
+ return GDK_FILTER_REMOVE;
}
}
return GDK_FILTER_CONTINUE;