small fix.
authorEnno Boland (Gottox) <gottox@s01.de>
Mon, 8 Jun 2009 21:28:05 +0000 (23:28 +0200)
committerEnno Boland (Gottox) <gottox@s01.de>
Mon, 8 Jun 2009 21:28:05 +0000 (23:28 +0200)
surf.c

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;