diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-08-29 10:52:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-08-29 10:52:06 +0000 |
commit | 03d381684472a6049d3b7e562f8a499b7e45c829 (patch) | |
tree | 6b0930cf3277894707ee7a74a1ab05e43ef331c9 /perl-install/interactive/gtk.pm | |
parent | c9917cd2dfe27177b7fe9ba1fdd7bf522b230e74 (diff) | |
download | drakx-03d381684472a6049d3b7e562f8a499b7e45c829.tar drakx-03d381684472a6049d3b7e562f8a499b7e45c829.tar.gz drakx-03d381684472a6049d3b7e562f8a499b7e45c829.tar.bz2 drakx-03d381684472a6049d3b7e562f8a499b7e45c829.tar.xz drakx-03d381684472a6049d3b7e562f8a499b7e45c829.zip |
- fix buggy blocking wait_message occuring in summary
Diffstat (limited to 'perl-install/interactive/gtk.pm')
-rw-r--r-- | perl-install/interactive/gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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->(); }; |