diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-04 18:29:04 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-04 18:29:04 +0000 |
commit | ca14a502d413a9a80a035b7fe29541fcfe0da637 (patch) | |
tree | 56f203afabbe12eefd6646acc8a554eec53f36d6 /perl-install/install_steps_interactive.pm | |
parent | 2346c7832c06ed35de1af6f9d523941fa96b4259 (diff) | |
download | drakx-ca14a502d413a9a80a035b7fe29541fcfe0da637.tar drakx-ca14a502d413a9a80a035b7fe29541fcfe0da637.tar.gz drakx-ca14a502d413a9a80a035b7fe29541fcfe0da637.tar.bz2 drakx-ca14a502d413a9a80a035b7fe29541fcfe0da637.tar.xz drakx-ca14a502d413a9a80a035b7fe29541fcfe0da637.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index db357c342..b2e84025a 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -155,10 +155,10 @@ sub setPackages { $o->SUPER::setPackages($install_classes); } #------------------------------------------------------------------------------ -sub findPackagesToUpgrade { +sub selectPackagesToUpgrade { my ($o) = @_; - my $w = $o->wait_message('', _("Finding package to upgrade")); - $o->SUPER::findPackagesToUpgrade(); + my $w = $o->wait_message('', _("Finding packages to upgrade")); + $o->SUPER::selectPackagesToUpgrade(); } #------------------------------------------------------------------------------ sub configureNetwork($) { |