summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-12-11 11:47:25 +0000
committerThierry Vignaud <tv@mageia.org>2011-12-11 11:47:25 +0000
commit31258ddf404a255c28d8447a224f03fee09afc5b (patch)
treed16d3bbc8abab01eb07cc3c10cb1c4208d8f4b2e /perl-install/harddrake
parent3fd95ad88603f0eb89493d82f64a157042680324 (diff)
downloaddrakx-31258ddf404a255c28d8447a224f03fee09afc5b.tar
drakx-31258ddf404a255c28d8447a224f03fee09afc5b.tar.gz
drakx-31258ddf404a255c28d8447a224f03fee09afc5b.tar.bz2
drakx-31258ddf404a255c28d8447a224f03fee09afc5b.tar.xz
drakx-31258ddf404a255c28d8447a224f03fee09afc5b.zip
fix crash after mismerge (mga#3696)
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 8be28c424..afad37117 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -384,7 +384,7 @@ our @tree =
string => N("Bluetooth devices"),
icon => "hw_network.png",
configurator => "",
- detector => sub { f(detect_devices::probe_category('bus/bluetooth')), f(grep { $_->{description} =~ /Bluetooth Dongle/ }) },
+ detector => sub { f(detect_devices::probe_category('bus/bluetooth')), f(grep { $_->{description} =~ /Bluetooth Dongle/ } @$devices) },
checked_on_boot => 1,
},