From 45326822b579acf7d72d45c6c685360a927df78e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 2 Sep 2008 13:50:30 +0000 Subject: - fix buggy blocking wait_message occuring in summary (#42062) (this was fixed only for "interactive", not for install::steps_gtk::summary_prompt()) --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_gtk.pm | 1 + 2 files changed, 3 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 3091e1af4..8f722799b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix buggy blocking wait_message occuring in summary (#42062) + Version 11.31.2 - 2 September 2008 - adjust sizing in order to prevent horizontal scrollbar to appear diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 19a3da8cf..b8e5b46f1 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -649,6 +649,7 @@ 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