From 744915510f7ef5f1f29df9ad32bd87a697619f71 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 20 Sep 2007 10:35:51 +0000 Subject: (summary) fix some banner icons (#33802) --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_interactive.pm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 493408edd..886a2feb2 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix some banner icons (#33802) + Version 10.4.205 - 20 September 2007, by Olivier "blino" Blin - stop configuring TV cards in summary since kernel do a better job now diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 667f4129f..a7ca657c1 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -835,7 +835,7 @@ sub summary { push @l, { group => N("System"), label => N("Services"), - banner_icon => 'banner-generic', + banner_icon => 'banner-generic-ad', val => sub { require services; my ($l, $activated) = services::services(); @@ -871,7 +871,7 @@ sub summary { push @l, { group => N("Hardware"), label => N("Sound card"), - banner_icon => 'banner-generic', + banner_icon => 'banner-generic-ad', val => sub { $device->{driver} && modules::module2description($device->{driver}) || $device->{description}; }, -- cgit v1.2.1