From 03d381684472a6049d3b7e562f8a499b7e45c829 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 29 Aug 2008 10:52:06 +0000 Subject: - fix buggy blocking wait_message occuring in summary --- perl-install/install/NEWS | 2 ++ perl-install/interactive/gtk.pm | 1 + 2 files changed, 3 insertions(+) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c3ab1e495..9c1e30402 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix buggy blocking wait_message occuring in summary + Version 11.27 - 28 August 2008 - configure vga=785 (640x480) when vga=788 (800x600) fails during install diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index abb88c0d4..7b6e19f9a 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -685,6 +685,7 @@ sub create_widgets { $mainw->{retval} = $v; Gtk2->main_quit; } + mygtk2::destroy_previous_popped_and_reuse_window(); $mainw->{rwindow}->show; $update->(); }; -- cgit v1.2.1