summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-11 15:25:02 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-11 15:25:02 +0000
commit1ce19eaa760f337878e7e681cfcf7ddcf2621d9c (patch)
tree6f1c2bcec4223dde570d27685a590ca26901c6dc /perl-install/harddrake
parent78044da52194ee0604a02659b58063e666de9c9c (diff)
downloaddrakx-backup-do-not-use-1ce19eaa760f337878e7e681cfcf7ddcf2621d9c.tar
drakx-backup-do-not-use-1ce19eaa760f337878e7e681cfcf7ddcf2621d9c.tar.gz
drakx-backup-do-not-use-1ce19eaa760f337878e7e681cfcf7ddcf2621d9c.tar.bz2
drakx-backup-do-not-use-1ce19eaa760f337878e7e681cfcf7ddcf2621d9c.tar.xz
drakx-backup-do-not-use-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.pm10
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,
]))
{