fix error in startup sequence when command line argument is given and pre-release dialog is shown
This commit is contained in:
parent
aaecba2116
commit
aa2ea11a47
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user