summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-13 10:42:50 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-13 10:42:50 +0000
commit967bd7c0b3d89cc98315118e724d82a6b51fb1ef (patch)
tree263a765cd9155c056fa1c024a0f7cbaa08a6446b
parentcac184571db9b3d0f0031b4ffce5d7ad1be0dda5 (diff)
downloaddrakx-967bd7c0b3d89cc98315118e724d82a6b51fb1ef.tar
drakx-967bd7c0b3d89cc98315118e724d82a6b51fb1ef.tar.gz
drakx-967bd7c0b3d89cc98315118e724d82a6b51fb1ef.tar.bz2
drakx-967bd7c0b3d89cc98315118e724d82a6b51fb1ef.tar.xz
drakx-967bd7c0b3d89cc98315118e724d82a6b51fb1ef.zip
(media_screen) display tooltips describing media
-rw-r--r--perl-install/install/NEWS3
-rw-r--r--perl-install/install/any.pm1
2 files changed, 4 insertions, 0 deletions
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' },
};