diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-12-10 07:29:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-12-10 07:29:00 +0000 |
commit | 7c332b5cc72661f533542561478ba8b00e792224 (patch) | |
tree | 185aabc1910de6747fe41106e80bd41cf309048b | |
parent | 0046d5349628371e7c33674ada98a652fbb8a683 (diff) | |
download | drakx-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
-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 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, }, |