]> Pileus Git - ~andy/gtk/blobdiff - modules/other/gail/gailnotebookpage.c
Deprecate widget flag: GTK_WIDGET_MAPPED
[~andy/gtk] / modules / other / gail / gailnotebookpage.c
index 302775425344480d282792e11c94ecf360650aad..a258d35a209f4e337247fe76512de4b4cc08357f 100644 (file)
@@ -203,7 +203,7 @@ gail_notebook_page_new (GtkNotebook *notebook,
   label = get_label_from_notebook_page (page);
   if (GTK_IS_LABEL (label))
     {
-      if (GTK_WIDGET_MAPPED (label))
+      if (gtk_widget_get_mapped (label))
         gail_notebook_page_init_textutil (page, label);
       else
         g_signal_connect (label,