mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
aboutdialog: The default icons are textures these days
This commit is contained in:
parent
a891a3ae26
commit
45072c3a64
@ -1878,7 +1878,7 @@ gtk_about_dialog_set_logo_icon_name (GtkAboutDialog *about,
|
||||
}
|
||||
else if ((icons = gtk_window_get_default_icon_list ()))
|
||||
{
|
||||
gtk_image_set_from_surface (GTK_IMAGE (priv->logo_image), icons->data);
|
||||
gtk_image_set_from_texture (GTK_IMAGE (priv->logo_image), icons->data);
|
||||
g_list_free (icons);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user