dnd-quartz: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()
This commit is contained in:
		@ -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)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user