From e6792ed6adcb6858b1c79b93a9ad092e4862131c Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 6 Feb 2004 15:09:06 +0000 Subject: now use check_started --- postfix_wizard/Postfix.pm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'postfix_wizard') diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index bfc966f8..9e04696f 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -148,6 +148,13 @@ $o->{pages} = { end => 1, next => 0 }, + error_end => { + name => N("Failed"), + data => [ { label => N("Relaunch drakwizard, and try to change some parameters.") } ], + no_back => 1, + end => 1, + next => 0, + }, }; sub new { @@ -245,6 +252,7 @@ sub do_it_internal { } cmd_needed(); undef $w; + check_started('master'); } sub do_it_external { @@ -285,6 +293,7 @@ sub do_it_external { } cmd_needed(); undef $w; + check_started('master'); } 1; -- cgit v1.2.1