From 00acef74395a79c4c7b42cc2c7b8ee67995396e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Thu, 16 Oct 2014 00:12:43 +0200
Subject: [PATCH] Removed graphics experience line from gnome-cc

---
 helpers/make-gnome-control-center | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helpers/make-gnome-control-center b/helpers/make-gnome-control-center
index e0a90dd6..c9b68b6a 100644
--- a/helpers/make-gnome-control-center
+++ b/helpers/make-gnome-control-center
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=5
+VERSION=6
 COMPONENT=main
 
 . ./config
@@ -28,6 +28,9 @@ sed '/ubuntu-docs/d' -i debian/control*
 # make the sound daemon compatible with trisquel custom session
 replace gnome-fallback gnome-classic .
 
+# Hide misleading "Experience" label in graphics tab.
+sed '/label19/,+1 s/True/False/' -i panels/info/info.ui
+
 # Replace logo
 replace UbuntuLogo.png TrisquelLogo.png
 rm debian/UbuntuLogoBlank.png
-- 
GitLab