Fix args to g_type_init ().
Thu Jun 28 21:54:19 2001 Owen Taylor <otaylor@redhat.com> * make-inline-pixbuf.c test-gdk-pixbuf.c test-loaders.c gdk-pixbuf-csource.c: Fix args to g_type_init ().
This commit is contained in:
@ -370,7 +370,7 @@ main (int argc, char **argv)
|
||||
}
|
||||
g_random_set_seed (seed);
|
||||
|
||||
g_type_init (G_TYPE_DEBUG_NONE);
|
||||
g_type_init ();
|
||||
g_log_set_fatal_mask (NULL, G_LOG_LEVEL_WARNING | G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL);
|
||||
|
||||
putenv ("GDK_PIXBUF_MODULEDIR="BUILT_MODULES_DIR);
|
||||
|
||||
Reference in New Issue
Block a user