tsmall fix. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1a88579f3e35869b6736e195755fb127a1aeda78
 (DIR) parent b9b055348d4b8ae9372702afc59793cdcba16144
 (HTM) Author: Enno Boland (Gottox) <gottox@s01.de>
       Date:   Mon,  8 Jun 2009 23:28:05 +0200
       
       small fix.
       Diffstat:
         M surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       t@@ -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;