]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkthemes.c
urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if
[~andy/gtk] / gtk / gtkthemes.c
index 666e4b1a4c48dff2177c6b9dac36ff2712b18e71..61b7fc182155935a2436175169647f7617063e29 100644 (file)
@@ -305,7 +305,7 @@ gtk_theme_engine_register_type (GtkThemeEngine  *engine,
       plugin->engine = NULL;
       plugin->engine_name = NULL;
       plugin->parent_type = parent_type;
-      plugin->type = g_type_register_dynamic (parent_type, type_name, (GTypePlugin *)plugin);
+      plugin->type = g_type_register_dynamic (parent_type, type_name, (GTypePlugin *) plugin, 0);
     }
   
   if (plugin->engine)