]> Pileus Git - ~andy/gtk/blobdiff - tests/objecttests.c
2.13.0
[~andy/gtk] / tests / objecttests.c
index 5be64b62d198b45ef863923d7a2c52c9fe697710..c24ba9f7df1d5135243ef7932d1d89a133d1c5ac 100644 (file)
@@ -330,6 +330,8 @@ widget_property_tests (gconstpointer test_data)
   g_object_unref (widget);
 }
 
+extern void pixbuf_init (void);
+
 /* --- main test program --- */
 int
 main (int   argc,
@@ -338,6 +340,7 @@ main (int   argc,
   const GType *otypes;
   guint i;
   /* initialize test program */
+  pixbuf_init ();
   gtk_test_init (&argc, &argv);
   gtk_test_register_all_types();
   /* install a property test for each widget type */