From b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 31 Jan 2003 14:36:27 +0000 Subject: handle pop_it more nicely: no need to precise pop_it when the wizard window already has a window, that way, two dialog boxes won't merge in the same window (which is dumb!) --- perl-install/install_steps_gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 1838af1cd..7098756b2 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -577,7 +577,6 @@ If you don't have it, press Cancel to avoid installation from this Cd-Rom.", $na } }; my $install_result; - local $ugtk2::pop_it = 1; catch_cdie { $install_result = $o->install_steps::installPackages($packages) } sub { if ($@ =~ /^error ordering package list: (.*)/) { -- cgit v1.2.1