From 650c7c96a37ec7899bbd8651019c7c6c185d1242 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 18 Jan 2023 20:33:07 +0000 Subject: diskdrake: Fix partitions not being displayed for single disks beb610d87e04f2a6e0dd10b43bd417480668ddc1 fixed a problem but introduced a new one, the solution is to call it in 2 places as we really want the call to update_all to do something. Fixes: mga#31396 --- perl-install/diskdrake/hd_gtk.pm | 1 + 1 file changed, 1 insertion(+) (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 f61801d53..ed3955ea7 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -121,6 +121,7 @@ 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; -- cgit v1.2.1