commit 1a88579f3e35869b6736e195755fb127a1aeda78
parent b9b055348d4b8ae9372702afc59793cdcba16144
Author: Enno Boland (Gottox) <gottox@s01.de>
Date:   Mon,  8 Jun 2009 23:28:05 +0200
small fix.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;