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/interactive/gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/interactive') 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