diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-02 08:21:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-02 08:21:49 +0000 |
commit | f6984524e3b31e1b774d6fce66af9f35e3502ab5 (patch) | |
tree | 6210cc9c5b764c28d66aa717f9eb005b745c7f1b /perl-install/install/steps_interactive.pm | |
parent | fc4be35f5d913b92de822cdc29eebd849a0120b1 (diff) | |
download | drakx-f6984524e3b31e1b774d6fce66af9f35e3502ab5.tar drakx-f6984524e3b31e1b774d6fce66af9f35e3502ab5.tar.gz drakx-f6984524e3b31e1b774d6fce66af9f35e3502ab5.tar.bz2 drakx-f6984524e3b31e1b774d6fce66af9f35e3502ab5.tar.xz drakx-f6984524e3b31e1b774d6fce66af9f35e3502ab5.zip |
- fix "INTERNAL ERROR: ask_from_normalize" at end of installation
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 66ea2d15d..d726a2703 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -1117,8 +1117,7 @@ Do you really want to quit now?"), 0); messages => formatAlaTeX(messages::install_completed()), interactive_help_id => 'exitInstall', ok => $::local_install ? N("Quit") : N("Reboot"), - }, - ) if $alldone; + }, []) if $alldone; } |