summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-17 23:52:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-17 23:52:32 +0000
commitc47686c2058d554799f8ea4556e8caaf26d79a14 (patch)
treee0732529ae5ac87da9ae84f71554a382b9e63029 /perl-install/install_steps_interactive.pm
parent298e290cc7e1e63a38c3275e033caf027aa98f9a (diff)
downloaddrakx-backup-do-not-use-c47686c2058d554799f8ea4556e8caaf26d79a14.tar
drakx-backup-do-not-use-c47686c2058d554799f8ea4556e8caaf26d79a14.tar.gz
drakx-backup-do-not-use-c47686c2058d554799f8ea4556e8caaf26d79a14.tar.bz2
drakx-backup-do-not-use-c47686c2058d554799f8ea4556e8caaf26d79a14.tar.xz
drakx-backup-do-not-use-c47686c2058d554799f8ea4556e8caaf26d79a14.zip
fix bug occurring "if no sound card are detected AND the user selected things
needing a sound card, propose a special case for ISA cards" (thanks to guran)
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index d4371b51d..f296fde2c 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -930,6 +930,7 @@ sub summary {
push @l, {
group => N("Hardware"),
label => N("Sound card"),
+ val => sub {},
clicked => sub {
if ($o->ask_yesorno('', N("Do you have an ISA sound card?"))) {
$o->do_pkgs->install('sndconfig');