summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_newt.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-25 11:19:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-25 11:19:15 +0000
commit6f1af55e383dadb67fc37a2cf3d672af0ee136d3 (patch)
tree8ceb2b33343bfe8708504bef55657e2552715f53 /perl-install/install_steps_newt.pm
parent37bb7056aeac5fd75144590d154e8a7d05b8cb7a (diff)
downloaddrakx-backup-do-not-use-6f1af55e383dadb67fc37a2cf3d672af0ee136d3.tar
drakx-backup-do-not-use-6f1af55e383dadb67fc37a2cf3d672af0ee136d3.tar.gz
drakx-backup-do-not-use-6f1af55e383dadb67fc37a2cf3d672af0ee136d3.tar.bz2
drakx-backup-do-not-use-6f1af55e383dadb67fc37a2cf3d672af0ee136d3.tar.xz
drakx-backup-do-not-use-6f1af55e383dadb67fc37a2cf3d672af0ee136d3.zip
please "perl -cw"
Diffstat (limited to 'perl-install/install_steps_newt.pm')
-rw-r--r--perl-install/install_steps_newt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm
index 1204c0729..d8e755130 100644
--- a/perl-install/install_steps_newt.pm
+++ b/perl-install/install_steps_newt.pm
@@ -44,7 +44,7 @@ sub enteringStep {
sub exitInstall {
&install_steps_interactive::exitInstall;
- interactive::newt::end;
+ interactive::newt::end();
}
#-######################################################################################