forked from AuroraMiddleware/gtk
icontheme: Silence some compiler warnings
This commit is contained in:
parent
493f5d6b18
commit
134ba2ebf7
@ -4030,7 +4030,7 @@ gtk_icon_info_load_texture (GtkIconInfo *icon_info)
|
||||
icon_info->texture = gsk_texture_new_for_pixbuf (pixbuf);
|
||||
g_object_unref (pixbuf);
|
||||
|
||||
g_object_add_weak_pointer (icon_info->texture, &icon_info->texture);
|
||||
g_object_add_weak_pointer (G_OBJECT (icon_info->texture), (void **)&icon_info->texture);
|
||||
}
|
||||
|
||||
if (icon_info->in_cache != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user