diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-04-01 10:20:56 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-04-01 10:30:19 +0200 |
commit | beb610d87e04f2a6e0dd10b43bd417480668ddc1 (patch) | |
tree | 46508140606dc3158e9a1dae42f5377374e233c3 /perl-install/diskdrake | |
parent | 77ab18b384b11f7b28059fbd8df6fa1a6c87e497 (diff) | |
download | drakx-beb610d87e04f2a6e0dd10b43bd417480668ddc1.tar drakx-beb610d87e04f2a6e0dd10b43bd417480668ddc1.tar.gz drakx-beb610d87e04f2a6e0dd10b43bd417480668ddc1.tar.bz2 drakx-beb610d87e04f2a6e0dd10b43bd417480668ddc1.tar.xz drakx-beb610d87e04f2a6e0dd10b43bd417480668ddc1.zip |
move back undef $initializing
... where it was before commit cd7ce13e2f90bf25cedfcec1a606948b7b9897df
(actually before the confirmation dialog now)
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 47d47472a..c08a0928d 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -120,9 +120,9 @@ sub main { if (!@children ||!$done_button) { $notebook_widget->set_current_page(-1); $notebook_widget->set_current_page(0); - undef $initializing; $update_all->(2); } + undef $initializing; $done_button->grab_focus; if (!$::testing) { $in->ask_from_list_(N("Read carefully"), N("Please make a backup of your data first"), |