diff options
author | Antoine Ginies <aginies@mandriva.com> | 2006-06-21 09:17:32 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2006-06-21 09:17:32 +0000 |
commit | 037ad6f483e9eaae5c9bbf89c373c21991ed8258 (patch) | |
tree | bffb66baf862dc6106817f293626d30abd3d14f8 /postfix_wizard/Postfix.pm | |
parent | 4a6671b8ab500aa7742cb468ea2ab29d6451e3fa (diff) | |
download | drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.gz drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.bz2 drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.xz drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.zip |
fix defaultimage
Diffstat (limited to 'postfix_wizard/Postfix.pm')
-rwxr-xr-x | postfix_wizard/Postfix.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index 7074937c..044e27db 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -96,9 +96,8 @@ my $o = { 1; }, needed_rpm => [ 'postfix' ], - defaultimage => "$ENV{__WIZ_HOME__}postfix_wizard/images/courrier.png" + defaultimage => "/usr/share/mcc/themes/default/postfix-mdk.png", }; -$::Wizard_pix_up = "/usr/share/mcc/themes/default/postfix-mdk.png"; my %type = ( 1 => N("Main mail server"), |