summaryrefslogtreecommitdiff
path: root/demos/testpixbuf.c
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2002-09-29 21:24:24 +0000
committerManish Singh <yosh@src.gnome.org>2002-09-29 21:24:24 +0000
commitd8efdf00248d59b4f6a0166ccf47cb63eb696b25 (patch)
tree7df94339089247bbbee5d9ac2e7c4d6dfd0e0e8d /demos/testpixbuf.c
parent9ab61d69389feb4732dafddc6dd6cc7887073756 (diff)
downloadgdk-pixbuf-d8efdf00248d59b4f6a0166ccf47cb63eb696b25.tar.gz
add deprecation compile flags
Sun Sep 29 14:22:47 2002 Manish Singh <yosh@gimp.org> * contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am demos/gtk-demo/Makefile.am: add deprecation compile flags * demos/testanimation.c demos/testpixbuf-save.c demos/testpixbuf.c demos/gtk-demo/*.c gdk-pixbuf/gdk-pixbuf-animation.c gdk-pixbuf/gdk-pixbuf.c: minor cleanups, getting rid of unnecessary casts
Diffstat (limited to 'demos/testpixbuf.c')
-rw-r--r--demos/testpixbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c
index b83985fcb..00af96f7c 100644
--- a/demos/testpixbuf.c
+++ b/demos/testpixbuf.c
@@ -464,7 +464,7 @@ update_timeout (gpointer data)
/* ignoring errors, we should not do that. */
gdk_pixbuf_loader_close (GDK_PIXBUF_LOADER (status->loader), NULL);
gtk_widget_queue_draw (*status->rgbwin);
- g_object_unref (G_OBJECT (status->loader));
+ g_object_unref (status->loader);
fclose (status->imagefile);
g_free (status->buf);
}