summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-11 11:54:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-11 11:54:26 +0000
commit3f5927e124ed87f2990fc8d235d1fa62e6bdacc1 (patch)
tree4ca4083e4519b7d0ea38490ee7af79c86b524000 /perl-install/ugtk2.pm
parentecde5ab343987a8d0e92b225269ab9f0527e7e15 (diff)
downloaddrakx-backup-do-not-use-3f5927e124ed87f2990fc8d235d1fa62e6bdacc1.tar
drakx-backup-do-not-use-3f5927e124ed87f2990fc8d235d1fa62e6bdacc1.tar.gz
drakx-backup-do-not-use-3f5927e124ed87f2990fc8d235d1fa62e6bdacc1.tar.bz2
drakx-backup-do-not-use-3f5927e124ed87f2990fc8d235d1fa62e6bdacc1.tar.xz
drakx-backup-do-not-use-3f5927e124ed87f2990fc8d235d1fa62e6bdacc1.zip
simplify away thing already done in %window_options
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 89629bd6d..8152b90f1 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -878,8 +878,7 @@ sub new {
$::WizardWindow = mygtk2::_create_Window(
%window_options,
child => gtknew('Frame', shadow_type => 'out', child => $::WizardTable),
- if_(!$::isInstall, icon_no_error => wm_icon()),
- );
+ );
$::WizardWindow->show;
}
}