fix last foldback commit.

This commit is contained in:
Len Ovens 2019-01-18 16:02:32 -08:00
parent 4f22bcea24
commit 5bdfe4dc4c

View file

@ -478,9 +478,7 @@ gint
FoldbackStrip::output_press (GdkEventButton *ev) FoldbackStrip::output_press (GdkEventButton *ev)
{ {
using namespace Menu_Helpers; using namespace Menu_Helpers;
if (!_session->engine().connected()) { if (!ARDOUR_UI_UTILS::engine_is_running ()) {
MessageDialog msg (_("Not connected to audio engine - no I/O changes are possible"));
msg.run ();
return true; return true;
} }