From 775fecfd93f0df135771692526f1af3ac864819d Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 23 Feb 2010 14:39:10 +0000 Subject: contact-selector: EMPATHY_CONTACT_LIST_STORE_COL_ICON_STATUS contains a pixbuf now --- libempathy-gtk/empathy-contact-selector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c index 027ca41c2..c70d2575a 100644 --- a/libempathy-gtk/empathy-contact-selector.c +++ b/libempathy-gtk/empathy-contact-selector.c @@ -232,7 +232,7 @@ contact_selector_constructor (GType type, renderer = gtk_cell_renderer_pixbuf_new (); gtk_cell_layout_pack_start (cell_layout, renderer, FALSE); gtk_cell_layout_set_attributes (cell_layout, renderer, - "icon-name", EMPATHY_CONTACT_LIST_STORE_COL_ICON_STATUS, NULL); + "pixbuf", EMPATHY_CONTACT_LIST_STORE_COL_ICON_STATUS, NULL); renderer = gtk_cell_renderer_text_new (); gtk_cell_layout_pack_start (cell_layout, renderer, TRUE); -- cgit v1.2.3