Fix typo in the TestInterface gtype name
authorTomeu Vizoso <tomeu@sugarlabs.org>
Wed, 6 May 2009 13:18:36 +0000 (15:18 +0200)
committerTomeu Vizoso <tomeu@sugarlabs.org>
Wed, 6 May 2009 13:18:36 +0000 (15:18 +0200)
tests/everything/everything.c

index 5e3e7ad..3205c23 100644 (file)
@@ -1017,7 +1017,7 @@ test_interface_get_type(void)
     static GType type = 0;
     if (type == 0) {
         type = g_type_register_static_simple (G_TYPE_INTERFACE,
-                                              "TestInterface",
+                                              "EverythingTestInterface",
                                               sizeof (TestInterfaceIface),
                                               (GClassInitFunc) test_interface_class_init,
                                               0, NULL, 0);