mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Merge branch 'fix-iconhelper' into 'master'
iconhelper: Fix the paintable implementation Closes #4140 See merge request GNOME/gtk!3809
This commit is contained in:
commit
47072e0441
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user