diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-31 14:36:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-31 14:36:27 +0000 |
commit | b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f (patch) | |
tree | cea0fc04b9f4af15133a6977f9f070107090fc45 /perl-install/install_steps_gtk.pm | |
parent | 032dd82bc486aafc4647edc3442f1e5f431525dd (diff) | |
download | drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.tar drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.tar.gz drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.tar.bz2 drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.tar.xz drakx-b521c7bf17b0440c01f1ad9d6c90f591a9c77d5f.zip |
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!)
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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: (.*)/) { |