diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-21 20:34:05 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-21 20:34:05 +0000 |
commit | b431b5e0ab2f580725097a809e82d4b5062b6bd4 (patch) | |
tree | b11407309173058b2564451361261575ee856d92 /perl-install | |
parent | dc5b89880ce06483e77c0ba40a4e344b363bb5aa (diff) | |
download | drakx-b431b5e0ab2f580725097a809e82d4b5062b6bd4.tar drakx-b431b5e0ab2f580725097a809e82d4b5062b6bd4.tar.gz drakx-b431b5e0ab2f580725097a809e82d4b5062b6bd4.tar.bz2 drakx-b431b5e0ab2f580725097a809e82d4b5062b6bd4.tar.xz drakx-b431b5e0ab2f580725097a809e82d4b5062b6bd4.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index df92c66b4..4e90cf6f5 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -106,6 +106,10 @@ sub errorOpeningFile($) { #- this means it is no more selected. $::o->{packages}[2]{$asked_medium}{selected} = undef; + #- on cancel, we can expect the current medium to be undefined too, + #- this enable remounting if selecting a package back. + $current_medium = 'unknown'; + return; } sub getFile { |