From 1be0c0efe7b2f18ecb3ed78f756d4549dc446248 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 8 Oct 2019 21:30:00 -0600 Subject: [PATCH] engine dialog should emit response and handle it, not just call its own response dialog --- gtk2_ardour/engine_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc index cad64fed86..0a02782489 100644 --- a/gtk2_ardour/engine_dialog.cc +++ b/gtk2_ardour/engine_dialog.cc @@ -3244,7 +3244,7 @@ EngineControl::connect_disconnect_click() } start_engine (); if (!ARDOUR_UI::instance()->the_session ()) { - ArdourDialog::on_response (RESPONSE_OK); + ArdourDialog::response (RESPONSE_OK); } } }