diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-17 23:52:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-17 23:52:32 +0000 |
commit | c47686c2058d554799f8ea4556e8caaf26d79a14 (patch) | |
tree | e0732529ae5ac87da9ae84f71554a382b9e63029 | |
parent | 298e290cc7e1e63a38c3275e033caf027aa98f9a (diff) | |
download | drakx-c47686c2058d554799f8ea4556e8caaf26d79a14.tar drakx-c47686c2058d554799f8ea4556e8caaf26d79a14.tar.gz drakx-c47686c2058d554799f8ea4556e8caaf26d79a14.tar.bz2 drakx-c47686c2058d554799f8ea4556e8caaf26d79a14.tar.xz drakx-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)
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
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'); |