]> git.0d.be Git - empathy.git/commitdiff
contact-selector: EMPATHY_CONTACT_LIST_STORE_COL_ICON_STATUS contains a pixbuf now
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 23 Feb 2010 14:39:10 +0000 (14:39 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 23 Feb 2010 14:39:10 +0000 (14:39 +0000)
libempathy-gtk/empathy-contact-selector.c

index 027ca41c2e7fe43b4413c29c45b84bab95cc4673..c70d2575acc66b991dd88a0d7e77eb7ac8783dd2 100644 (file)
@@ -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);