Merge branch 'fix-iconhelper' into 'master'

iconhelper: Fix the paintable implementation

Closes #4140

See merge request GNOME/gtk!3809
This commit is contained in:
Matthias Clasen
2021-07-31 20:35:08 +00:00

View File

@@ -294,7 +294,7 @@ gtk_icon_helper_paintable_get_current_image (GdkPaintable *paintable)
if (self->paintable == NULL)
return NULL;
return gtk_icon_helper_paintable_get_current_image (self->paintable);
return gdk_paintable_get_current_image (self->paintable);
}
static int