diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 800418ade..814f0636d 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -514,7 +514,7 @@ ChoicePage::applyActionChoice( ChoicePage::InstallChoice choice ) case Manual: break; } - updateActionChoicePreview( currentChoice() ); + updateActionChoicePreview( choice ); }