diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-10-27 10:04:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-10-27 10:04:18 +0000 |
commit | 1c4bc0d49b48d5a6627836ccac6c6ec08dc41181 (patch) | |
tree | af6d1b22fcad317a148c415a244801ede45a3df2 | |
parent | 137ed32ec0c9a1f3d362419fecaff71d8cd2121c (diff) | |
download | control-center-1c4bc0d49b48d5a6627836ccac6c6ec08dc41181.tar control-center-1c4bc0d49b48d5a6627836ccac6c6ec08dc41181.tar.gz control-center-1c4bc0d49b48d5a6627836ccac6c6ec08dc41181.tar.bz2 control-center-1c4bc0d49b48d5a6627836ccac6c6ec08dc41181.tar.xz control-center-1c4bc0d49b48d5a6627836ccac6c6ec08dc41181.zip |
do not offer to configure the boot splash screen (not working)
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | control-center | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- do not offer to configure the boot splash screen + Version 12.15 - 12 October 2009, Thierry Vignaud - display help as user diff --git a/control-center b/control-center index 9c5cd7aa..3ff07327 100755 --- a/control-center +++ b/control-center @@ -540,7 +540,7 @@ my @tree = ( { title => N("Boot look'n feel"), list => [ - "Boot Theme", + #"Boot Theme", ] }, { |