summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 9134946d..045767dc 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -80,7 +80,7 @@ filter_func (GdkXEvent *xevent,
GdkEvent *event,
gpointer data)
{
- g_return_if_fail (ef != NULL);
+ g_return_val_if_fail (ef != NULL, GDK_FILTER_CONTINUE);
if ((* ef->func) (xevent, ef->data))
return GDK_FILTER_REMOVE;