Skip to content

Commit

Permalink
libgd: Expect a cairo surface instead of a pixbuf for the GdMainIconV…
Browse files Browse the repository at this point in the history
…iew cell renderer
  • Loading branch information
Carlos Garcia Campos committed May 4, 2014
1 parent c5177e1 commit f4aff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cut-n-paste/libgd/gd-main-icon-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f4aff92

Please sign in to comment.