From 9a60d79c17426ae0dc6f39c2c51375a0637fa8f9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 5 Jan 2013 10:40:07 +0000 Subject: fix external sync source configuration. git-svn-id: svn://localhost/ardour2/branches/3.0@13782 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/rc_option_editor.cc') diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index e8486ed5c0..91c3cda737 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1812,7 +1812,7 @@ RCOptionEditor::parameter_changed (string const & p) } else if (p == "sync-source") { _sync_source->set_sensitive (true); if (_session) { - _sync_source->set_sensitive (_session->config.get_external_sync()); + _sync_source->set_sensitive (!_session->config.get_external_sync()); } switch(Config->get_sync_source()) { case ARDOUR::MTC: -- cgit v1.2.3