From 967bd7c0b3d89cc98315118e724d82a6b51fb1ef Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 13 Dec 2012 10:42:50 +0000 Subject: (media_screen) display tooltips describing media --- perl-install/install/NEWS | 3 +++ perl-install/install/any.pm | 1 + 2 files changed, 4 insertions(+) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index bad0cf67f..920c652a6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- media choice step: + o display tooltips describing media + Version 15.10 - 11 December 2012 - revert rosa crap that breaks generating initrd (mga#8357) diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 037474a21..89e6c03fe 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -371,6 +371,7 @@ sub media_screen { my $name = $medium->{name}; +{ val => \$medium->{temp_enabled}, type => 'bool', text => $name, + help => $descriptions{$name}, # 'Core Release' cannot be unselected: disabled => sub { $name eq 'Core Release' }, }; -- cgit v1.2.1