Update GUI to follow Slavable API change

This commit is contained in:
Robin Gareus 2017-06-22 21:06:24 +02:00
parent 9334c99b35
commit d55cb9ba94
3 changed files with 3 additions and 3 deletions

View 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);
}
}