Fixing tests/ build for removal of GtkObject type.

This commit is contained in:
Tristan Van Berkom
2010-09-27 15:10:23 +09:00
parent 53214f2584
commit e4a0a39a56

View File

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