From 375dabb5eb52408f09ba44b62469fb5884d75c50 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 16 Jan 2003 00:03:12 +0000 Subject: hopefully last titi's bug on getSoundDevices :-( --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 3cb2f6da3..91a9860f0 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -835,7 +835,7 @@ sub summary { return N("Remote CUPS server"); #- fall back in case of something wrong. }; - my @sound_cards = getSoundDevices(); + my @sound_cards = detect_devices::getSoundDevices(); #- if no sound card are detected AND the user selected things needing a sound card, #- propose a special case for ISA cards -- cgit v1.2.1