From 81068b4c188a82c0ae486665617f385997e619cd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 16 Sep 1999 17:30:46 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 557215229..a742dc26d 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -118,7 +118,12 @@ sub formatPartitions { } } #------------------------------------------------------------------------------ -#-choosePackage +sub setPackages { + my ($o, $install_classes) = @_; + my $w = $o->wait_message('', _("Searching for available packages")); + $o->SUPER::setPackages($install_classes); +} + #------------------------------------------------------------------------------ #-mouse -- cgit v1.2.1