diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-11 15:25:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-11 15:25:02 +0000 |
commit | 1ce19eaa760f337878e7e681cfcf7ddcf2621d9c (patch) | |
tree | 6f1c2bcec4223dde570d27685a590ca26901c6dc /perl-install/harddrake | |
parent | 78044da52194ee0604a02659b58063e666de9c9c (diff) | |
download | drakx-1ce19eaa760f337878e7e681cfcf7ddcf2621d9c.tar drakx-1ce19eaa760f337878e7e681cfcf7ddcf2621d9c.tar.gz drakx-1ce19eaa760f337878e7e681cfcf7ddcf2621d9c.tar.bz2 drakx-1ce19eaa760f337878e7e681cfcf7ddcf2621d9c.tar.xz drakx-1ce19eaa760f337878e7e681cfcf7ddcf2621d9c.zip |
(switch) display trouble shooting when there's no driver too
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/sound.pm | 10 |
1 files changed, 5 insertions, 5 deletions
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, ])) { |