clean up cruft in some config variables

This commit is contained in:
Ben Loftis 2014-07-28 15:55:20 -05:00
parent fb77669ee5
commit ed07c53210
7 changed files with 13 additions and 18 deletions

View file

@ -326,7 +326,7 @@ ARDOUR_UI::parameter_changed (std::string p)
ActionManager::get_action ("Transport", "ToggleFollowEdits")->set_sensitive (false);
}
} else if (p == "always-play-range") {
} else if (p == "follow-edits") {
ActionManager::map_some_state ("Transport", "ToggleFollowEdits", &RCConfiguration::get_follow_edits);