diff options
author | damien <damien@mandriva.com> | 2001-08-17 11:18:48 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-08-17 11:18:48 +0000 |
commit | 5539c75ddb958803b45f203e11626ec3e2b75f32 (patch) | |
tree | ce83ab51a0ba6ec97e605509069f231fe24ffe4d /perl-install/interactive.pm | |
parent | 98b2c7e5242eb5e938d775d40e18df2c576749db (diff) | |
download | drakx-5539c75ddb958803b45f203e11626ec3e2b75f32.tar drakx-5539c75ddb958803b45f203e11626ec3e2b75f32.tar.gz drakx-5539c75ddb958803b45f203e11626ec3e2b75f32.tar.bz2 drakx-5539c75ddb958803b45f203e11626ec3e2b75f32.tar.xz drakx-5539c75ddb958803b45f203e11626ec3e2b75f32.zip |
removed no_incon
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 0f2541943..0f5aabc22 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -74,7 +74,7 @@ sub vnew { eval { require interactive_gtk }; if (!$@) { my $o = interactive_gtk->new; - $icon && $icon != "default" && !$::isWizard and $o->{icon} = $icon; + $icon && $icon != 'default' && !$::isWizard and $o->{icon} = $icon; return $o; } } |