diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 00:03:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 00:03:12 +0000 |
commit | 375dabb5eb52408f09ba44b62469fb5884d75c50 (patch) | |
tree | 689e6118f264db4953a8d11cdc838142dd8403ec | |
parent | 55c1d6b708146e6a38f3ac0abaea0e15aa8582d5 (diff) | |
download | drakx-375dabb5eb52408f09ba44b62469fb5884d75c50.tar drakx-375dabb5eb52408f09ba44b62469fb5884d75c50.tar.gz drakx-375dabb5eb52408f09ba44b62469fb5884d75c50.tar.bz2 drakx-375dabb5eb52408f09ba44b62469fb5884d75c50.tar.xz drakx-375dabb5eb52408f09ba44b62469fb5884d75c50.zip |
hopefully last titi's bug on getSoundDevices :-(
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |