summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-12 15:08:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-12 15:08:35 +0000
commit28b00382645c80ef80b895e4a8ff66d45126c4b2 (patch)
tree63f4d4e252db4d2e76cc95505c209517cc6c923f /perl-install/install2.pm
parentc1bb0f1288805582f122e10082f62beb91562b19 (diff)
downloaddrakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.tar
drakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.tar.gz
drakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.tar.bz2
drakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.tar.xz
drakx-28b00382645c80ef80b895e4a8ff66d45126c4b2.zip
rework summary() (esp. to allow a gtk frontend)
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index b2aea0ecc..2e3ae9426 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -235,6 +235,7 @@ sub miscellaneous {
#------------------------------------------------------------------------------
sub summary {
my ($_clicked, $ent_number, $auto) = @_;
+ installStepsCall($o, $auto, 'summaryBefore');
installStepsCall($o, $auto, 'summary', $ent_number == 1);
}
#------------------------------------------------------------------------------