patch this to call g_type_init() untill the new inlined pixbuf code makes its way into CVS.

This commit is contained in:
Tim Janik 2001-02-04 07:06:31 +00:00
parent 89a0a894bc
commit 153fd8bae7

View File

@ -152,6 +152,9 @@ main (int argc, char **argv)
FILE *outfile;
int i;
g_type_init (0);
if (argc < 4)
usage ();