gtypemodule: Mention g_object_run_dispose correctly in a warning
authorJavier Jardón <jjardon@gnome.org>
Fri, 8 Oct 2010 15:21:53 +0000 (17:21 +0200)
committerJavier Jardón <jjardon@gnome.org>
Fri, 8 Oct 2010 15:22:19 +0000 (17:22 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=630797

gobject/gtypemodule.c

index 116dafe..76d675a 100644 (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);
     }