From 3f5927e124ed87f2990fc8d235d1fa62e6bdacc1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Jan 2005 11:54:26 +0000 Subject: simplify away thing already done in %window_options --- perl-install/ugtk2.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/ugtk2.pm') 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; } } -- cgit v1.2.1