switch from JACK_Slave to Engine_Slave
[ardour.git] / gtk2_ardour / video_monitor.cc
index 2c265365faa9d786f6ad7e8bf8e938e18ba767ea..b1e3c87d2292afdc78adb090062fd5314771560a 100644 (file)
@@ -554,7 +554,7 @@ VideoMonitor::xjadeo_sync_setup ()
 
        bool my_manual_seek = true;
        if (_session->config.get_external_sync()) {
-               if (ARDOUR::Config->get_sync_source() == ARDOUR::JACK)
+               if (ARDOUR::Config->get_sync_source() == ARDOUR::Engine)
                        my_manual_seek = false;
        }