diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-19 17:31:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-19 17:31:21 +0000 |
commit | 190150fae69cd0b7839b7f36c8139fff9079bb7f (patch) | |
tree | d86bdbe017c049bdb81452a67a5e7d915b46fdc0 /perl-install/interactive_newt.pm | |
parent | 25a532696b1a761d02d03bdbe7076258ca370fd3 (diff) | |
download | drakx-190150fae69cd0b7839b7f36c8139fff9079bb7f.tar drakx-190150fae69cd0b7839b7f36c8139fff9079bb7f.tar.gz drakx-190150fae69cd0b7839b7f36c8139fff9079bb7f.tar.bz2 drakx-190150fae69cd0b7839b7f36c8139fff9079bb7f.tar.xz drakx-190150fae69cd0b7839b7f36c8139fff9079bb7f.zip |
no_comment
Diffstat (limited to 'perl-install/interactive_newt.pm')
-rw-r--r-- | perl-install/interactive_newt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_newt.pm b/perl-install/interactive_newt.pm index 9aa80b4c8..edd26fd11 100644 --- a/perl-install/interactive_newt.pm +++ b/perl-install/interactive_newt.pm @@ -24,7 +24,7 @@ sub new() { } sub enter_console { Newt::Suspend } -sub leave_console { Newt::Suspend } +sub leave_console { Newt::Resume } sub suspend { Newt::Suspend } sub resume { Newt::Resume } sub end() { Newt::Finished } |