move away from "sync source" concepts
[ardour.git] / libs / ardour / session_state.cc
index 0c974fcc84f0649c6a555ef374e9bafd8f82fb7c..34a6a4348061b84773c07536a5afd271daceb298 100644 (file)
@@ -4098,7 +4098,7 @@ Session::config_changed (std::string p, bool ours)
                first_file_data_format_reset = false;
 
        } else if (p == "external-sync") {
-               request_sync_source (TransportMasterManager::instance().master_by_type (Config->get_sync_source()));
+               request_sync_source (TransportMasterManager::instance().current());
        }  else if (p == "denormal-model") {
                setup_fpu ();
        } else if (p == "history-depth") {