dnd-quartz: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()
This commit is contained in:
parent
88767b0af7
commit
b0b9c9683b
@ -1566,8 +1566,8 @@ set_icon_stock_pixbuf (GdkDragContext *context,
|
|||||||
|
|
||||||
if (stock_id)
|
if (stock_id)
|
||||||
{
|
{
|
||||||
pixbuf = gtk_widget_render_icon (info->widget, stock_id,
|
pixbuf = gtk_widget_render_icon_pixbuf (info->widget, stock_id,
|
||||||
GTK_ICON_SIZE_DND, NULL);
|
GTK_ICON_SIZE_DND, NULL);
|
||||||
|
|
||||||
if (!pixbuf)
|
if (!pixbuf)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user