diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-07 11:52:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-07 11:52:51 +0000 |
commit | e9d5cd96b2054cad8cca21bc1e7c10e4f4e135ed (patch) | |
tree | 6d1b334d8a1cd664289f674aa537be6d4344158f /perl-install/install_any.pm | |
parent | 96510efce15225384a474e81ef2ea91d1ae3a4ee (diff) | |
download | drakx-e9d5cd96b2054cad8cca21bc1e7c10e4f4e135ed.tar drakx-e9d5cd96b2054cad8cca21bc1e7c10e4f4e135ed.tar.gz drakx-e9d5cd96b2054cad8cca21bc1e7c10e4f4e135ed.tar.bz2 drakx-e9d5cd96b2054cad8cca21bc1e7c10e4f4e135ed.tar.xz drakx-e9d5cd96b2054cad8cca21bc1e7c10e4f4e135ed.zip |
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 654e703b3..fa963c4d4 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -133,7 +133,6 @@ sub setPackages($) { $_->{selected} = 0 foreach values %{$o->{packages}}; } - #- this will be done if necessary in the selectPackagesToUpgrade, #- move the selection here ? this will remove the little window. unless ($o->{isUpgrade}) { |