mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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;
|
||||
int i;
|
||||
|
||||
g_type_init (0);
|
||||
|
||||
|
||||
if (argc < 4)
|
||||
usage ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user