From 09f36f045b5aaf8f159a9b13a78c4240a7530ee5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 Sep 2008 14:35:19 +0000 Subject: - fix buggy blocking wait_message occuring in diskdrake (using a more powerful strategy to ensure such blocking wait_message won't bother use anymore) --- perl-install/install/NEWS | 4 ++++ perl-install/install/steps_gtk.pm | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 6c5acdcad..6f3c01870 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,7 @@ +- fix buggy blocking wait_message occuring in diskdrake + (using a more powerful strategy to ensure such blocking wait_message won't + bother us anymore) + Version 11.33.1 - 2 September 2008 - make "ask_warn" dialogs be centered 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->(); }) ]; -- cgit v1.2.1