fix error in startup sequence when command line argument is given and pre-release dialog is shown

This commit is contained in:
Paul Davis 2019-10-10 21:37:50 -06:00
parent aaecba2116
commit aa2ea11a47

View File

@ -142,7 +142,7 @@ StartupFSM::dialog_response_handler (int response, StartupFSM::DialogID dialog_i
if (NewUserWizard::required()) {
show_new_user_wizard ();
} else {
show_session_dialog (new_session_required);
dialog_response_handler (RESPONSE_OK, NewUserDialog);
}
break;
}