online-accounts: Colours of symbolics should match the text

https://bugzilla.gnome.org/show_bug.cgi?id=695171
This commit is contained in:
Debarshi Ray 2013-03-05 01:28:41 +01:00
parent 0ca72d52b7
commit 271ae25c3a

View file

@ -224,6 +224,7 @@ cc_goa_panel_init (CcGoaPanel *panel)
renderer = gtk_cell_renderer_pixbuf_new ();
gtk_tree_view_column_pack_start (column, renderer, FALSE);
g_object_set (G_OBJECT (renderer),
"follow-state", TRUE,
"stock-size", GTK_ICON_SIZE_DIALOG,
NULL);
gtk_tree_view_column_set_attributes (column,