From 5e5944a0c8ad9cca8caa197c27e4115db7ba959a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 Sep 2007 16:10:49 +0000 Subject: fix not displaying the security group --- perl-install/install/NEWS | 1 + perl-install/install/steps_gtk.pm | 2 ++ 2 files changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 423320a1b..1ee727dc1 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - summary screen: o add spacing around separators + o fix not displaying the security group - drop support for iiimf - update bootloader & updates banner icons diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index e55163496..7ba1be3d4 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -611,6 +611,8 @@ sub summary_prompt { $set_entry_labels->(); }) ]; } + # add latest group: + push @widget_list, [ @table ] if @table; $set_entry_labels = sub { foreach (@$l) { -- cgit v1.2.1