gtypemodule: Mention g_object_run_dispose correctly in a warning

https://bugzilla.gnome.org/show_bug.cgi?id=630797
This commit is contained in:
Javier Jardón 2010-10-08 17:21:53 +02:00
parent 44a8ff2f8f
commit 5fa7a1e9ce

View File

@ -108,8 +108,8 @@ g_type_module_dispose (GObject *object)
if (module->type_infos || module->interface_infos)
{
g_warning (G_STRLOC ": unsolicitated invocation of g_object_dispose() on GTypeModule");
g_warning (G_STRLOC ": unsolicitated invocation of g_object_run_dispose() on GTypeModule");
g_object_ref (object);
}