diff --git a/tests/testgtk.c b/tests/testgtk.c index ef88708048..de56fb555c 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -2720,7 +2720,7 @@ uposition_configure (GtkWidget *window) static void uposition_stop_configure (GtkToggleButton *toggle, - GtkObject *window) + GObject *window) { if (toggle->active) g_signal_handlers_block_by_func (window, G_CALLBACK (uposition_configure), NULL);