Don't enable next for replace by default.

This commit is contained in:
Teo Mrnjavac 2015-12-31 16:27:10 +01:00
parent 736d35840d
commit afef78d1af

View File

@ -247,7 +247,7 @@ ChoicePage::setupChoices()
if ( checked ) if ( checked )
{ {
m_choice = Replace; m_choice = Replace;
setNextEnabled( true ); setNextEnabled( false );
emit actionChosen(); emit actionChosen();
} }
} ); } );