mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Don't use deprecated gdk-pixbuf code.
* libegg/iconlist/eggiconlist.c: (egg_icon_list_paint_item): Don't use deprecated gdk-pixbuf code.
This commit is contained in:
parent
b8118e6507
commit
a5e2f158a8
@ -1640,7 +1640,7 @@ egg_icon_list_paint_item (EggIconList *icon_list,
|
||||
pixbuf = create_colorized_pixbuf (item->icon,
|
||||
>K_WIDGET (icon_list)->style->base[state]);
|
||||
else
|
||||
pixbuf = gdk_pixbuf_ref (item->icon);
|
||||
pixbuf = g_object_ref (item->icon);
|
||||
|
||||
gdk_pixbuf_render_to_drawable_alpha (pixbuf,
|
||||
icon_list->priv->bin_window,
|
||||
|
Loading…
Reference in New Issue
Block a user