[evince] libgd: Expect a cairo surface instead of a pixbuf for the GdMainIconView cell renderer
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] libgd: Expect a cairo surface instead of a pixbuf for the GdMainIconView cell renderer
- Date: Sun, 4 May 2014 14:14:28 +0000 (UTC)
commit f4aff92367a989746a3ea26c466afff7c1a84f6b
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sun May 4 15:52:52 2014 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cut-n-paste/libgd/gd-main-icon-view.c b/cut-n-paste/libgd/gd-main-icon-view.c
index 91466c3..9b56681 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]