]> Pileus Git - ~andy/gtk/blobdiff - modules/other/gail/gail.c
Deprecate widget flag: GTK_WIDGET_HAS_FOCUS
[~andy/gtk] / modules / other / gail / gail.c
index 21672164ed1e672c36a61e6265597c3ba0d9b2aa..48a33d86af06aa8e7dda5df1cb02a128aa871c0e 100644 (file)
@@ -307,7 +307,7 @@ gail_focus_watcher (GSignalInvocationHint *ihint,
     }
   else
     {
-      if (event->type == GDK_MOTION_NOTIFY && GTK_WIDGET_HAS_FOCUS (widget))
+      if (event->type == GDK_MOTION_NOTIFY && gtk_widget_has_focus (widget))
         {
           if (widget == focus_widget)
             {