diff options
Diffstat (limited to 'gtk/gtktooltip.c')
-rw-r--r-- | gtk/gtktooltip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c index 36a99955e5..c94226cad3 100644 --- a/gtk/gtktooltip.c +++ b/gtk/gtktooltip.c @@ -553,7 +553,7 @@ child_location_foreach (GtkWidget *child, struct ChildLocation *child_loc = data; /* Ignore invisible widgets */ - if (!GTK_WIDGET_DRAWABLE (child)) + if (!gtk_widget_is_drawable (child)) return; x = 0; |