[gnome-software] Make remove buttons gray on the installed list



commit acadea9f3380aa94a3c01115d3a2230fa7520dd6
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 30 12:11:25 2013 -0400

    Make remove buttons gray on the installed list
    
    Too much red hurts the eyes.

 src/gs-shell-installed.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-installed.c b/src/gs-shell-installed.c
index c4a4621..d516184 100644
--- a/src/gs-shell-installed.c
+++ b/src/gs-shell-installed.c
@@ -257,6 +257,7 @@ gs_shell_installed_add_app (GsShellInstalled *shell, GsApp *app)
 
        g_debug ("adding to installed list: %s", gs_app_get_id (app));
        widget = gs_app_widget_new ();
+        gs_app_widget_set_colorful (GS_APP_WIDGET (widget), FALSE);
        g_signal_connect (widget, "button-clicked",
                          G_CALLBACK (gs_shell_installed_app_remove_cb), shell);
         g_signal_connect_object (app, "state-changed",


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