Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2016-03-16 03:54:17 +01:00
parent 5b99502b5e
commit 2e5daf2201

View File

@ -329,7 +329,7 @@ static void _pager_on_clicked(GtkWidget * widget, gpointer data)
False, False,
SubstructureNotifyMask | SubstructureRedirectMask, SubstructureNotifyMask | SubstructureRedirectMask,
&xev); &xev);
gdk_error_trap_pop(); gdk_error_trap_pop_ignored();
} }