summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-12-10 07:29:00 +0000
committerThierry Vignaud <tv@mageia.org>2011-12-10 07:29:00 +0000
commit7c332b5cc72661f533542561478ba8b00e792224 (patch)
tree185aabc1910de6747fe41106e80bd41cf309048b /perl-install/harddrake/data.pm
parent0046d5349628371e7c33674ada98a652fbb8a683 (diff)
downloaddrakx-backup-do-not-use-7c332b5cc72661f533542561478ba8b00e792224.tar
drakx-backup-do-not-use-7c332b5cc72661f533542561478ba8b00e792224.tar.gz
drakx-backup-do-not-use-7c332b5cc72661f533542561478ba8b00e792224.tar.bz2
drakx-backup-do-not-use-7c332b5cc72661f533542561478ba8b00e792224.tar.xz
drakx-backup-do-not-use-7c332b5cc72661f533542561478ba8b00e792224.zip
fix mismerge
Diffstat (limited to 'perl-install/harddrake/data.pm')
-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 513943b96..8be28c424 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}) },
+ detector => sub { f(detect_devices::probe_category('bus/bluetooth')), f(grep { $_->{description} =~ /Bluetooth Dongle/ }) },
checked_on_boot => 1,
},