[gnome-control-center] background: Remove black colour from choices



commit 2c9961a4a1052478ef3da78c3820586ee04321e1
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 14 11:20:27 2014 +0200

    background: Remove black colour from choices
    
    A completely black background will make it impossible to see
    whether there is one more workspace in gnome-shell, and as we
    do not want to design gnome-shell around the possibility of
    a solid black coloured background, remove black from the options.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=649426

 panels/background/bg-colors-source.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/panels/background/bg-colors-source.c b/panels/background/bg-colors-source.c
index f608322..8426439 100644
--- a/panels/background/bg-colors-source.c
+++ b/panels/background/bg-colors-source.c
@@ -56,7 +56,6 @@ struct {
   { G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#475b52" },
   { G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#425265" },
   { G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#7a634b" },
-  { G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#000000" },
 };
 
 static void


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