From ec3038062876714ae1a044693a1bcb6d2fea5418 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 25 Oct 2001 21:07:53 +0000 Subject: Version 1.3.10, require GLib 1.3.10. Wed Oct 24 11:36:33 2001 Owen Taylor * configure.in (GTK_MICRO_VERSION): Version 1.3.10, require GLib 1.3.10. * NEWS: updates. --- demos/testanimation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/testanimation.c') diff --git a/demos/testanimation.c b/demos/testanimation.c index c9bbaba928..62cac27f09 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); } -- cgit v1.2.1