From 153fd8bae76d23807402cf9bfd03d78d2abf45c2 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sun, 4 Feb 2001 07:06:31 +0000 Subject: [PATCH] patch this to call g_type_init() untill the new inlined pixbuf code makes its way into CVS. --- gdk-pixbuf/make-inline-pixbuf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdk-pixbuf/make-inline-pixbuf.c b/gdk-pixbuf/make-inline-pixbuf.c index 2b44ba62b9..d0e41a24a1 100644 --- a/gdk-pixbuf/make-inline-pixbuf.c +++ b/gdk-pixbuf/make-inline-pixbuf.c @@ -152,6 +152,9 @@ main (int argc, char **argv) FILE *outfile; int i; + g_type_init (0); + + if (argc < 4) usage ();