diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-28 17:10:40 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-28 17:10:40 +0000 |
commit | c9d15b20042ab918cfa06313e06e236f2eef1525 (patch) | |
tree | 711b22462d47f9252cde11480fb1dd129efb0b5b /move | |
parent | 6a9076129c48496af1f17905d53f15427aa5e341 (diff) | |
download | drakx-c9d15b20042ab918cfa06313e06e236f2eef1525.tar drakx-c9d15b20042ab918cfa06313e06e236f2eef1525.tar.gz drakx-c9d15b20042ab918cfa06313e06e236f2eef1525.tar.bz2 drakx-c9d15b20042ab918cfa06313e06e236f2eef1525.tar.xz drakx-c9d15b20042ab918cfa06313e06e236f2eef1525.zip |
refresh after main wizard window has been destroyed
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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}, ''); |