From 866e1a72b002c456be78f8eafcbafb1253329c0a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 17 Feb 2004 14:56:21 +0000 Subject: really fix doble blanked ISDN detection --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 96e5fccd2..be1f704e8 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -67,7 +67,7 @@ our @tree = 0 ], [ "CPU", , N("Processors"), "cpu.png", "", sub { detect_devices::getCPUs() }, 0 ], [ "ISDN", , N("ISDN adapters"), "modem.png", "$sbindir/drakconnect", sub { require network::isdn; my $isdn = network::isdn::isdn_detect_backend(); - if_(!is_empty_hash_ref($isdn), $isdn) }, 0 ], + if_(!is_empty_hash_ref($isdn), f(values %$isdn)) }, 0 ], [ "ETHERNET", , N("Ethernetcard"), "hw_network.png", "$sbindir/drakconnect", sub { #- generic NIC detection for USB seems broken (class, subclass, #- protocol report are not accurate) so I'll need to verify against -- cgit v1.2.1