From 50ed3c2312d92c34de633487db34b13b9a7e0641 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Sep 2012 17:29:33 +0000 Subject: summary: fix displayed network type (mga#4959) --- perl-install/install/NEWS | 1 + perl-install/install/steps_interactive.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c520ed907..83791881e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - prevent going further if some transactions failed (mga#7016) +- summary: fix displayed network type (mga#4959) Version 14.39 - 3 September 2012 diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 1515f6d99..61abd4f10 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -960,6 +960,7 @@ sub summary { group => N("Network & Internet"), label => N("Network"), val => sub { $o->{net}{type} }, + format => sub { s/.*:://; $_ }, clicked => sub { require network::netconnect; network::netconnect::real_main($o->{net}, $o, $o->{modules_conf}); -- cgit v1.2.1