colinf's patch to make the "name new markers" option be properly managed

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6796 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-03-25 15:32:05 +00:00
parent b47f6e5896
commit 3daa1bcdf1
1 changed files with 2 additions and 0 deletions

View File

@ -1294,6 +1294,8 @@ ARDOUR_UI::parameter_changed (const char* parameter_name)
editor->toggle_meter_updating();
} else if (PARAM_IS ("default-narrow_ms")) {
ActionManager::map_some_state ("options", "DefaultNarrowMS", &Configuration::get_default_narrow_ms);
} else if (PARAM_IS ("name-new-markers")) {
ActionManager::map_some_state ("options", "NameNewMarkers", &Configuration::get_name_new_markers);
} else if (PARAM_IS ("rubberbanding-snaps-to-grid")) {
ActionManager::map_some_state ("options", "RubberbandingSnapsToGrid", &Configuration::get_rubberbanding_snaps_to_grid);
}