]> Pileus Git - ~andy/gtk/blobdiff - modules/other/gail/tests/testselection.c
Deprecate flag macros for toplevel, state, no window and composite child
[~andy/gtk] / modules / other / gail / tests / testselection.c
index 539dc755bb1428db07f3412ab9b1a9bd2495b769..4cd90d5ca397e8a8a92ba10a5137ccaf078cdfcf 100644 (file)
@@ -58,7 +58,7 @@ static void _print_type (AtkObject *obj)
     GtkWidget* widget = NULL;
 
     widget = GTK_ACCESSIBLE (obj)->widget;
-    typename = g_type_name (GTK_OBJECT_TYPE (widget));
+    typename = g_type_name (G_OBJECT_TYPE (widget));
     g_print ("Widget type name: %s\n", typename ? typename : "NULL");
   }
   typename = g_type_name (G_OBJECT_TYPE (obj));