diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index ccee2d974..cad8fb9b0 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -247,7 +247,7 @@ ChoicePage::setupChoices() if ( checked ) { m_choice = Replace; - setNextEnabled( true ); + setNextEnabled( false ); emit actionChosen(); } } );