From c9d15b20042ab918cfa06313e06e236f2eef1525 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 28 Nov 2003 17:10:40 +0000 Subject: refresh after main wizard window has been destroyed --- move/move.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/move/move.pm b/move/move.pm index 7701242a8..a31638c68 100644 --- a/move/move.pm +++ b/move/move.pm @@ -548,6 +548,8 @@ sub install2::startMove { my $o = $::o; $::WizardWindow->destroy if $::WizardWindow; + require ugtk2; + ugtk2::flush(); #- get info from existing fstab. This won't do anything if we already wrote fstab in configMove fs::get_info_from_fstab($o->{all_hds}, ''); -- cgit v1.2.1