Skip to content
Commit 2eb68c98 authored by Joshua Lock's avatar Joshua Lock
Browse files

brasero-project-type-chooser: fix icons on buttons for 'Recent projects'

The call to gtk_recent_info_get_icon() causes a segfault as a member of the
GtkIconSize enum is no longer a valid size parameter for this function
following a recent round of deprecations.

Instead use gtk_recent_info_get_gicon () and create the GtkImage from the
GIcon with the desired size.
parent 521eda1a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment