From 2c0d82156fa7b81b232684cc334ea9b0a379c439 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 3 Jan 2006 15:44:53 +0000 Subject: use the new wizards API --- drakwizard.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drakwizard.pl') diff --git a/drakwizard.pl b/drakwizard.pl index 890a9489..049cfcb4 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -91,8 +91,8 @@ if ($err) { $::in = $in; if ($wiz->{o}{use_new_data_structure}) { require wizards; - my $wizard = wizards->new; - $wizard->safe_process($wiz->{o}, $in); + my $wizard = wizards->new($wiz->{o}); + $wizard->safe_process($in); } else { wizard($wiz->{o}); } -- cgit v1.2.1