summaryrefslogtreecommitdiffstats
path: root/perl-install
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
commite7ea29e15aa8b6423ab9920321de269780fcec44 (patch)
tree263a765cd9155c056fa1c024a0f7cbaa08a6446b /perl-install
parent352d3b106c346cfc048dede1c33fd1f48cd61685 (diff)
downloaddrakx-backup-do-not-use-e7ea29e15aa8b6423ab9920321de269780fcec44.tar
drakx-backup-do-not-use-e7ea29e15aa8b6423ab9920321de269780fcec44.tar.gz
drakx-backup-do-not-use-e7ea29e15aa8b6423ab9920321de269780fcec44.tar.bz2
drakx-backup-do-not-use-e7ea29e15aa8b6423ab9920321de269780fcec44.tar.xz
drakx-backup-do-not-use-e7ea29e15aa8b6423ab9920321de269780fcec44.zip
(media_screen) display tooltips describing media
Diffstat (limited to 'perl-install')
-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' },
};