small fix.
This commit is contained in:
parent
b9b055348d
commit
1a88579f3e
1 changed files with 1 additions and 1 deletions
2
surf.c
2
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;
|
||||
|
|
Loading…
Reference in a new issue