]> Pileus Git - ~andy/gtk/blobdiff - modules/other/gail/gailscalebutton.c
Deprecate widget flag: GTK_WIDGET_VISIBLE
[~andy/gtk] / modules / other / gail / gailscalebutton.c
index 956543cbcbe7b056b3b3f72e9881ce9b4f76bcdb..bf79a5a813d8633981175ceb53129b376a0b67ee 100644 (file)
@@ -115,7 +115,7 @@ gail_scale_button_do_action(AtkAction *action,
   if (widget == NULL)
     return FALSE;
 
-  if (!gtk_widget_is_sensitive (widget) || !GTK_WIDGET_VISIBLE (widget))
+  if (!gtk_widget_is_sensitive (widget) || !gtk_widget_get_visible (widget))
     return FALSE;
 
   switch (i) {