diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-13 12:00:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-13 12:00:36 +0000 |
commit | 136c59737310c46e3e736786ad3c6dca9b3725a8 (patch) | |
tree | ba83bd12bc0eeedad351ba7e9897ff5408880f57 /perl-install/harddrake/sound.pm | |
parent | f3e304fafab539ecd097dbc3a45621c873eb984f (diff) | |
download | drakx-136c59737310c46e3e736786ad3c6dca9b3725a8.tar drakx-136c59737310c46e3e736786ad3c6dca9b3725a8.tar.gz drakx-136c59737310c46e3e736786ad3c6dca9b3725a8.tar.bz2 drakx-136c59737310c46e3e736786ad3c6dca9b3725a8.tar.xz drakx-136c59737310c46e3e736786ad3c6dca9b3725a8.zip |
- {interactive_help} is a function returning text, it doesn't need to do the help window
- drop global interactive_help during install. Will be done per ->ask_*
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 6e0083747..4668ecd37 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -182,8 +182,7 @@ sub switch { $device->{description}) . N("\n\nYour card currently use the %s\"%s\" driver (default driver for your card is \"%s\")", ($driver =~ /^snd-/ ? "ALSA " : "OSS "), $driver, $device->{driver}), interactive_help => sub { - $in->ask_warn(N("Switching between ALSA and OSS help"), - N("OSS (Open Sound System) was the first sound API. It's an OS independant sound API (it's available on most unices systems) but it's a very basic and limited API. + N("OSS (Open Sound System) was the first sound API. It's an OS independant sound API (it's available on most unices systems) but it's a very basic and limited API. What's more, OSS drivers all reinvent the wheel. ALSA (Advanced Linux Sound Architecture) is a modularized architecture which @@ -192,7 +191,7 @@ It also provides a much higher API than OSS.\n To use alsa, one can either use: - the old compatibility OSS api - the new ALSA api that provides many enhanced features but requires using the ALSA library. -")) +"); }, }, [ |