mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Use G_OBJECT_TYPE_NAME instead of g_type_name_from_instance
This commit is contained in:
parent
a772bf7517
commit
79699cc20d
@ -3622,7 +3622,7 @@ gtk_icon_theme_lookup_by_gicon (GtkIconTheme *self,
|
||||
}
|
||||
else
|
||||
{
|
||||
g_debug ("Unhandled GIcon type %s", g_type_name_from_instance ((GTypeInstance *)gicon));
|
||||
g_debug ("Unhandled GIcon type %s", G_OBJECT_TYPE_NAME (gicon));
|
||||
icon = icon_paintable_new (size, scale);
|
||||
icon->icon_name = g_strdup ("image-missing");
|
||||
icon->filename = g_strdup (IMAGE_MISSING_RESOURCE_PATH);
|
||||
|
Loading…
Reference in New Issue
Block a user