diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-30 11:42:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-30 11:42:40 +0000 |
commit | c4aa1127f8822c08a26f2d03d0db6b3520919045 (patch) | |
tree | 784ef06e1b60f0e6d1fd1a39b4c5b3dda946c2eb | |
parent | a5a0520e0bfca8ab6be9fa83dd453c9a4e8c94c5 (diff) | |
download | drakx-c4aa1127f8822c08a26f2d03d0db6b3520919045.tar drakx-c4aa1127f8822c08a26f2d03d0db6b3520919045.tar.gz drakx-c4aa1127f8822c08a26f2d03d0db6b3520919045.tar.bz2 drakx-c4aa1127f8822c08a26f2d03d0db6b3520919045.tar.xz drakx-c4aa1127f8822c08a26f2d03d0db6b3520919045.zip |
rollback previous bogus commit
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 05868c7e1..d45486270 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -219,7 +219,7 @@ our @tree = string => N("Modem"), icon => "modem.png", configurator => "$sbindir/drakconnect", - detector => sub { detect_devices::getModem() }, + detector => sub { detect_devices::getModem($modules_conf) }, # we do not check these b/c this need user interaction (auth, ...): checked_on_boot => 0, }, |