Make menu item for Add Track/Bus/VCA dialog consistent with window title
[ardour.git] / gtk2_ardour / engine_dialog.cc
index 8a6c42fd8c79bdb11771d4463dcfe96322fa65b3..b20b56176fc5a3568a080b9c1b761126e41d398e 100644 (file)
@@ -466,10 +466,10 @@ EngineControl::on_response (int response_id)
 
        switch (response_id) {
        case RESPONSE_OK:
+               hide();
                if (!start_engine()) {
+                       show();
                        return;
-               } else {
-                       hide();
                }
 #ifdef PLATFORM_WINDOWS