summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtkcolorpicker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcolorpicker.c b/gtk/gtkcolorpicker.c
index d57ffe016e..16055e144c 100644
--- a/gtk/gtkcolorpicker.c
+++ b/gtk/gtkcolorpicker.c
@@ -59,7 +59,7 @@ gtk_color_picker_new (void)
picker = gtk_color_picker_shell_new ();
if (picker)
- g_debug ("Using %s for picking colors", g_type_name_from_instance (picker));
+ g_debug ("Using %s for picking colors", G_OBJECT_TYPE_NAME (picker));
else
g_debug ("No suitable GtkColorPicker implementation\n");