changes to integrate new/recent/browse in new session dialog.
[ardour.git] / gtk2_ardour / session_option_editor.cc
index 1815db10567e21f60c288ae81011e5fe0f59c1e1..60f575fb1615b0d41cb862678c70dafdd078130a 100644 (file)
@@ -334,7 +334,7 @@ SessionOptionEditor::parameter_changed (std::string const & p)
 {
        OptionEditor::parameter_changed (p);
        if (p == "external-sync") {
-               if (Config->get_sync_source() == JACK) {
+               if (Config->get_sync_source() == Engine) {
                        _vpu->set_sensitive(!_session_config->get_external_sync());
                } else {
                        _vpu->set_sensitive(true);