diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-10-25 21:07:53 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-10-25 21:07:53 +0000 |
commit | ec3038062876714ae1a044693a1bcb6d2fea5418 (patch) | |
tree | 365b05a925678c4a6354d15cf59476904f65383a /demos | |
parent | 889d64b46e877f72392d04e468a7b5cb69f71a74 (diff) | |
download | gdk-pixbuf-ec3038062876714ae1a044693a1bcb6d2fea5418.tar.gz |
Version 1.3.10, require GLib 1.3.10.GTK_1_3_10
Wed Oct 24 11:36:33 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (GTK_MICRO_VERSION): Version 1.3.10,
require GLib 1.3.10.
* NEWS: updates.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/testanimation.c | 4 |
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); } |