From 31258ddf404a255c28d8447a224f03fee09afc5b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 11 Dec 2011 11:47:25 +0000 Subject: fix crash after mismerge (mga#3696) --- perl-install/NEWS | 1 + perl-install/harddrake/data.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 00b7bb3b6..f84979e81 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,5 @@ - fix $HOME for all when runing as another user instead of root (mga#287) +- harddrake: fix crash after mismerge (mga#3696) Version 13.72 - 10 December 2011 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, }, -- cgit v1.2.1