patch this to call g_type_init() untill the new inlined pixbuf code makes its way into CVS.
This commit is contained in:
parent
89a0a894bc
commit
153fd8bae7
@ -152,6 +152,9 @@ main (int argc, char **argv)
|
|||||||
FILE *outfile;
|
FILE *outfile;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
g_type_init (0);
|
||||||
|
|
||||||
|
|
||||||
if (argc < 4)
|
if (argc < 4)
|
||||||
usage ();
|
usage ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user