From a12e27ea4a76b3f8b8465f18dda2705c936b1230 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 22 May 2015 10:45:48 -0400 Subject: make troubleshooting not an advanced setting --- perl-install/NEWS | 1 + perl-install/harddrake/sound.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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) } }, -- cgit v1.2.1