add canvas item types to enum system
[ardour.git] / gtk2_ardour / video_monitor.cc
index a94e89b50db0fe6bd44a352a2db16cead05ca692..c04d9bde3599cf603347745585cf93126a5f9598 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;
        }