[gnome-control-center] online-accounts: Don't hardcode the text color



commit 8ba96c7daffcd218b6822296f487896b5ac2725a
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue May 1 03:11:15 2012 +0200

    online-accounts: Don't hardcode the text color
    
    With hard coded colors, when an account is selected in the tree view,
    the text shows up as black on blue, instead of white on blue.
    
    Fixes: https://bugzilla.gnome.org/671980

 panels/online-accounts/cc-online-accounts-model.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/panels/online-accounts/cc-online-accounts-model.c b/panels/online-accounts/cc-online-accounts-model.c
index 393c1e0..34a3abd 100644
--- a/panels/online-accounts/cc-online-accounts-model.c
+++ b/panels/online-accounts/cc-online-accounts-model.c
@@ -335,8 +335,7 @@ set_values (GoaPanelAccountsModel  *model,
       g_error_free (error);
     }
 
-  markup = g_strdup_printf ("<b>%s</b>\n"
-                            "<small><span foreground=\"#555555\">%s</span></small>",
+  markup = g_strdup_printf ("<b>%s</b>\n<small>%s</small>",
                             goa_account_get_provider_name (account),
                             goa_account_get_presentation_identity (account));
 



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