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 | 3bda2867c6f1c11c43391f159940910b74df01ce (patch) | |
tree | 185aabc1910de6747fe41106e80bd41cf309048b | |
parent | 0de5aae61abf5419f17de95a9a36fc5c86940805 (diff) | |
download | drakx-3bda2867c6f1c11c43391f159940910b74df01ce.tar drakx-3bda2867c6f1c11c43391f159940910b74df01ce.tar.gz drakx-3bda2867c6f1c11c43391f159940910b74df01ce.tar.bz2 drakx-3bda2867c6f1c11c43391f159940910b74df01ce.tar.xz drakx-3bda2867c6f1c11c43391f159940910b74df01ce.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, }, |