From 64fa63212f7e79bab16147817211a33a3f7c8fba Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 22 Dec 2014 13:39:41 -0500 Subject: move all (G)UI related configuration parameters into UIConfiguration, not RCConfiguration --- gtk2_ardour/location_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/location_ui.cc') diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc index 3c4a28097e..84529d167f 100644 --- a/gtk2_ardour/location_ui.cc +++ b/gtk2_ardour/location_ui.cc @@ -1015,7 +1015,7 @@ LocationUI::add_new_location() framepos_t where = _session->audible_frame(); _session->locations()->next_available_name(markername,"mark"); Location *location = new Location (*_session, where, where, markername, Location::IsMark); - if (Config->get_name_new_markers()) { + if (ARDOUR_UI::config()->get_name_new_markers()) { newest_location = location; } PublicEditor::instance().begin_reversible_command (_("add marker")); -- cgit v1.2.3