summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-03 14:35:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-03 14:35:19 +0000
commit09f36f045b5aaf8f159a9b13a78c4240a7530ee5 (patch)
tree502c09d399ea06246d85996de8abc23eb555f457 /perl-install/install/steps_gtk.pm
parent6518ec62a3cbdd36f28ad69b28fa458fab51068f (diff)
downloaddrakx-09f36f045b5aaf8f159a9b13a78c4240a7530ee5.tar
drakx-09f36f045b5aaf8f159a9b13a78c4240a7530ee5.tar.gz
drakx-09f36f045b5aaf8f159a9b13a78c4240a7530ee5.tar.bz2
drakx-09f36f045b5aaf8f159a9b13a78c4240a7530ee5.tar.xz
drakx-09f36f045b5aaf8f159a9b13a78c4240a7530ee5.zip
- fix buggy blocking wait_message occuring in diskdrake
(using a more powerful strategy to ensure such blocking wait_message won't bother use anymore)
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 02d70a743..0315e2d46 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -649,7 +649,6 @@ sub summary_prompt {
set_default_step_items($e->{banner_title} || $old_title);
$e->{clicked}();
set_default_step_items($old_title);
- mygtk2::destroy_previous_popped_and_reuse_window();
$w->{rwindow}->show;
$set_entry_labels->();
}) ];