small fix.

This commit is contained in:
Enno Boland (Gottox) 2009-06-08 23:28:05 +02:00
parent b9b055348d
commit 1a88579f3e
1 changed files with 1 additions and 1 deletions

2
surf.c
View File

@ -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;