summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-01-05 10:40:07 +0000
committerRobin Gareus <robin@gareus.org>2013-01-05 10:40:07 +0000
commit9a60d79c17426ae0dc6f39c2c51375a0637fa8f9 (patch)
treeeba0a28dc86de41f854412a40b60e68a7076a7ef /gtk2_ardour/rc_option_editor.cc
parent97a66826470fd7b3b3c29eb29bd98d82592baf37 (diff)
fix external sync source configuration.
git-svn-id: svn://localhost/ardour2/branches/3.0@13782 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
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: