From fa02ed4a576366d7cb360bcd9078f59c5b812ec0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 17 Feb 2004 17:34:07 +0000 Subject: use default icon for now until we've the new icons for the new banner widget --- drakwizard.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drakwizard.pl b/drakwizard.pl index 4da1cd41..d8411ebe 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -79,7 +79,7 @@ sub wizard { my ($o) = @_; my $page = $o->{pages}{welcome}; $::Wizard_title = $o->{name}; - $::Wizard_pix_up = $o->{defaultimage}; + #$::Wizard_pix_up = $o->{defaultimage}; if ($> && !$o->{allow_user} && !$::testing) { require_root_capability(); } -- cgit v1.2.1