diff options
author | Tim Janik <timj@src.gnome.org> | 2001-02-04 07:06:31 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-02-04 07:06:31 +0000 |
commit | 153fd8bae76d23807402cf9bfd03d78d2abf45c2 (patch) | |
tree | 442d2c210ceb8cc898abc6456d60d502e9ee3999 /gdk-pixbuf/make-inline-pixbuf.c | |
parent | 89a0a894bcffc29402d4f8add87168ddd5fc6b60 (diff) | |
download | gtk+-153fd8bae76d23807402cf9bfd03d78d2abf45c2.tar.gz |
patch this to call g_type_init() untill the new inlined pixbuf code makes its way into CVS.
Diffstat (limited to 'gdk-pixbuf/make-inline-pixbuf.c')
-rw-r--r-- | gdk-pixbuf/make-inline-pixbuf.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 (); |