From f4aff92367a989746a3ea26c466afff7c1a84f6b Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 4 May 2014 15:52:52 +0200 Subject: [PATCH] libgd: Expect a cairo surface instead of a pixbuf for the GdMainIconView cell renderer --- cut-n-paste/libgd/gd-main-icon-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cut-n-paste/libgd/gd-main-icon-view.c b/cut-n-paste/libgd/gd-main-icon-view.c index 91466c36..9b56681a 100644 --- a/cut-n-paste/libgd/gd-main-icon-view.c +++ b/cut-n-paste/libgd/gd-main-icon-view.c @@ -105,7 +105,7 @@ gd_main_icon_view_constructed (GObject *obj) gtk_cell_layout_add_attribute (GTK_CELL_LAYOUT (self), cell, "active", GD_MAIN_COLUMN_SELECTED); gtk_cell_layout_add_attribute (GTK_CELL_LAYOUT (self), cell, - "pixbuf", GD_MAIN_COLUMN_ICON); + "surface", GD_MAIN_COLUMN_ICON); cell = gd_two_lines_renderer_new (); g_object_set (cell,