summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Boland (Gottox) <gottox@s01.de>2009-06-08 23:28:05 +0200
committerEnno Boland (Gottox) <gottox@s01.de>2009-06-08 23:28:05 +0200
commit1a88579f3e35869b6736e195755fb127a1aeda78 (patch)
tree6e70506cba5f76935c48c99e1c9555b216f3c1ba
parentb9b055348d4b8ae9372702afc59793cdcba16144 (diff)
downloadsurf-1a88579f3e35869b6736e195755fb127a1aeda78.tar.gz
surf-1a88579f3e35869b6736e195755fb127a1aeda78.tar.bz2
surf-1a88579f3e35869b6736e195755fb127a1aeda78.zip
small fix.
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 39b6f12..4a4b039 100644
--- 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;