]> Pileus Git - ~andy/gtk/commitdiff
patch this to call g_type_init() untill the new inlined pixbuf code makes its way...
authorTim Janik <timj@src.gnome.org>
Sun, 4 Feb 2001 07:06:31 +0000 (07:06 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 4 Feb 2001 07:06:31 +0000 (07:06 +0000)
gdk-pixbuf/make-inline-pixbuf.c

index 2b44ba62b916535ce0a4cb7f0e5d5f5a826db5fe..d0e41a24a1f5fffd60fcb2565234e55994e7e101 100644 (file)
@@ -152,6 +152,9 @@ main (int argc, char **argv)
   FILE *outfile;
   int i;
   
+  g_type_init (0);
+  
+  
   if (argc < 4)
     usage ();