[gnome-control-center] online-accounts: Colours of symbolics should match the text



commit 271ae25c3afc1e3b8fe62db1629430c0eca28051
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Mar 5 01:28:41 2013 +0100

    online-accounts: Colours of symbolics should match the text
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695171

 panels/online-accounts/cc-online-accounts-panel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/online-accounts/cc-online-accounts-panel.c 
b/panels/online-accounts/cc-online-accounts-panel.c
index ff93e60..16c2974 100644
--- a/panels/online-accounts/cc-online-accounts-panel.c
+++ b/panels/online-accounts/cc-online-accounts-panel.c
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]