diff options
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/steps_gtk.pm | 2 |
2 files changed, 3 insertions, 0 deletions
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) { |