move all (G)UI related configuration parameters into UIConfiguration, not RCConfiguration
[ardour.git] / gtk2_ardour / ardour_ui2.cc
index 4f112e9383a9886c76193c2f64701ecf69c43e15..9c13427953e2a1a11cf037a856234ea6d21c62aa 100644 (file)
@@ -687,7 +687,7 @@ ARDOUR_UI::toggle_follow_edits ()
        RefPtr<ToggleAction> tact = RefPtr<ToggleAction>::cast_dynamic (act);
        assert (tact);
 
-       Config->set_follow_edits (tact->get_active ());
+       ui_config->set_follow_edits (tact->get_active ());
 }