From c47686c2058d554799f8ea4556e8caaf26d79a14 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Feb 2003 23:52:32 +0000 Subject: 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) --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) 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'); -- cgit v1.2.1