diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-04 15:14:41 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-04 15:14:41 +0000 |
commit | fb10f6b776ae5dfe1792916a1eb0c386fc6f5563 (patch) | |
tree | 0a3bc5d8460294d427afad307935b12469ecc1bc | |
parent | a23b7facf36c16d214824d7807a2eb6c82e7f873 (diff) | |
download | drakx-fb10f6b776ae5dfe1792916a1eb0c386fc6f5563.tar drakx-fb10f6b776ae5dfe1792916a1eb0c386fc6f5563.tar.gz drakx-fb10f6b776ae5dfe1792916a1eb0c386fc6f5563.tar.bz2 drakx-fb10f6b776ae5dfe1792916a1eb0c386fc6f5563.tar.xz drakx-fb10f6b776ae5dfe1792916a1eb0c386fc6f5563.zip |
/me sux
-rw-r--r-- | perl-install/install_any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 69cafb1ba..b762b8f4f 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -711,8 +711,8 @@ Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when done.", my ($wait_w, $wait_message) = fs::format::wait_message($o); #- nb, this is only called when interactive $wait_message->(N("Copying in progress") . "\n($m->{descr})"); #- XXX to be translated if ($k != $current_medium) { - my $cd_k = getCDNumber($m->{description}); - my $cd_cur = getCDNumber($o->{packages}{mediums}{$current_medium}{description}); + my $cd_k = getCDNumber($m->{descr}); + my $cd_cur = getCDNumber($o->{packages}{mediums}{$current_medium}{descr}); $cd_k ne $cd_cur and do { askChangeMedium($o->{method}, $k) or next; |