From beb610d87e04f2a6e0dd10b43bd417480668ddc1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 1 Apr 2016 10:20:56 +0200 Subject: move back undef $initializing ... where it was before commit cd7ce13e2f90bf25cedfcec1a606948b7b9897df (actually before the confirmation dialog now) --- perl-install/diskdrake/hd_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/diskdrake/hd_gtk.pm') 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"), -- cgit v1.2.1