From 1ce19eaa760f337878e7e681cfcf7ddcf2621d9c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 11 Mar 2008 15:25:02 +0000 Subject: (switch) display trouble shooting when there's no driver too --- perl-install/harddrake/sound.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perl-install/harddrake/sound.pm') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 12d0879fd..7bc45c132 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -287,6 +287,11 @@ sub switch { text => N("Enable user switching for audio applications"), type => 'bool', val => \$is_user_switching, }, + { + advanced => 1, + val => N("Trouble shooting"), disabled => sub {}, + clicked => sub { &trouble($in) } + }, ); if ($new_driver eq 'unknown') { @@ -331,11 +336,6 @@ To use alsa, one can either use: : "%s [%s]"), $drv, $drv =~ /^snd_/ ? 'ALSA' : 'OSS'); } }, - { - advanced => 1, - val => N("Trouble shooting"), disabled => sub {}, - clicked => sub { &trouble($in) } - }, @common, ])) { -- cgit v1.2.1