From 2c4f98be9f1a57213418fde9e4139c4b4cf9d624 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 6 Feb 2004 15:06:06 +0000 Subject: (new) fix pixel breaking non wizard embedded case while cleaning :-( --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index b6e638611..7d870967c 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -894,7 +894,7 @@ sub new { $o->{rwindow}->set_modal(1) if ($grab || $o->{grab} || $o->{modal}) && !$::isInstall; $o->{rwindow}->set_transient_for($o->{transient}) if $o->{transient}; - } elsif ($o->{isWizard}) { + } else { $o->{rwindow} = $o->{window} = Gtk2::VBox->new(0,0); $o->{window}->set_border_width($::Wizard_splash ? 0 : 10); set_main_window_size($o); -- cgit v1.2.1