summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-13 10:42:39 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-13 10:42:39 +0000
commitf5da42b91d9d2df40ec9aade13f3df9e334ab797 (patch)
tree5f95437b55704f5406eb7c06232868e4233a5b9c /perl-install/install
parent44ead7e1013b3cde5dce75ef6c8a85acc62ca978 (diff)
downloaddrakx-backup-do-not-use-f5da42b91d9d2df40ec9aade13f3df9e334ab797.tar
drakx-backup-do-not-use-f5da42b91d9d2df40ec9aade13f3df9e334ab797.tar.gz
drakx-backup-do-not-use-f5da42b91d9d2df40ec9aade13f3df9e334ab797.tar.bz2
drakx-backup-do-not-use-f5da42b91d9d2df40ec9aade13f3df9e334ab797.tar.xz
drakx-backup-do-not-use-f5da42b91d9d2df40ec9aade13f3df9e334ab797.zip
(media_screen) 'format' is unsupported for checkboxes
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index a3389580a..b674b81d8 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -372,7 +372,6 @@ sub media_screen {
val => \$medium->{temp_enabled}, type => 'bool', text => $medium->{name},
# 'Core Release' cannot be unselected:
disabled => sub { $medium->{name} eq 'Core Release' },
- format => sub { $descriptions{$_[0]} || translate(%descriptions) },
};
} grep {
my ($distribconf, $medium_path) = @{$_->{mediacfg}};