fix error in startup sequence when command line argument is given and pre-release...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 11 Oct 2019 03:37:50 +0000 (21:37 -0600)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 11 Oct 2019 03:37:50 +0000 (21:37 -0600)
gtk2_ardour/startup_fsm.cc

index ecc69da8d0953e42b0899b5320a49bd6a376b15f..18c622602b08ba085ca9a5df38c49a08919900d0 100644 (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;
                }