Use MTC instead of MIDI Timecode as the string for the external sync button. Fixes...
[ardour.git] / gtk2_ardour / io_selector.cc
index 30c581367dbb82a65054dccbde8e3c83d6282756..3217e2e81f1da3bb0902cacdfe6cfad8e4a35d03 100644 (file)
@@ -143,12 +143,12 @@ IOSelector::set_state (ARDOUR::BundleChannel c[2], bool s)
                        if (!f) {
                                return;
                        }
-
-                       if (s) {
-                               _io->connect (f, *j, 0);
-                       } else {
-                               _io->disconnect (f, *j, 0);
-                       }
+                        
+                        if (s) {
+                                _io->connect (f, *j, 0);
+                        } else {
+                                _io->disconnect (f, *j, 0);
+                        }
                }
        }
 }