summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-22 10:45:48 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-01-02 14:59:45 +0100
commita12e27ea4a76b3f8b8465f18dda2705c936b1230 (patch)
tree9a58e304210b2d5529edc18c77c2c87f174d866c /perl-install
parentef7178ca29e0304b63e778266357e0dcc6dcdfa9 (diff)
downloaddrakx-a12e27ea4a76b3f8b8465f18dda2705c936b1230.tar
drakx-a12e27ea4a76b3f8b8465f18dda2705c936b1230.tar.gz
drakx-a12e27ea4a76b3f8b8465f18dda2705c936b1230.tar.bz2
drakx-a12e27ea4a76b3f8b8465f18dda2705c936b1230.tar.xz
drakx-a12e27ea4a76b3f8b8465f18dda2705c936b1230.zip
make troubleshooting not an advanced setting
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/harddrake/sound.pm1
2 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 06551897d..7815116e0 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -9,6 +9,7 @@
o drop support for ISApnp sound cards
o drop support for picking an arbitrary driver
o drop support for switching between OSS <-> ALSA
+ o make troubleshooting not an advanced setting
Version 17.8 - 22 December 2015
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index af7eab429..68bc108cc 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -122,7 +122,6 @@ sub config {
clicked => sub { run_program::run('reset_sound') }
},
{
- advanced => 1,
val => N("Troubleshooting"), disabled => sub {},
clicked => sub { &trouble($in) }
},