summaryrefslogtreecommitdiff
path: root/demos/testanimation.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/testanimation.c')
-rw-r--r--demos/testanimation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/testanimation.c b/demos/testanimation.c
index c9bbaba92..62cac27f0 100644
--- a/demos/testanimation.c
+++ b/demos/testanimation.c
@@ -277,9 +277,9 @@ progressive_timeout (gpointer data)
lc->pixbuf_loader = gdk_pixbuf_loader_new ();
- g_signal_connect (G_OBJECT (lc->pixbuf_loader), "area_prepared",
+ g_signal_connect (lc->pixbuf_loader, "area_prepared",
G_CALLBACK (progressive_prepared_callback), image);
- g_signal_connect (G_OBJECT (lc->pixbuf_loader), "area_updated",
+ g_signal_connect (lc->pixbuf_loader, "area_updated",
G_CALLBACK (progressive_updated_callback), image);
}