Update GUI to follow Slavable API change
[ardour.git] / gtk2_ardour / control_slave_ui.cc
index fe8ca05104821c3c792de986b1d4435b40214466..fa14d46518230d36bb95be221130fb2e78f4338c 100644 (file)
@@ -135,7 +135,7 @@ ControlSlaveUI::vca_menu_toggle (Gtk::CheckMenuItem* menuitem, uint32_t n)
        if (!menuitem->get_active()) {
                sl->unassign (vca);
        } else {
-               sl->assign (vca, false);
+               sl->assign (vca);
        }
 }