summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 308f0c50b8..81e56c3e32 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -222,7 +222,7 @@ EditorRoutes::on_tv_rec_enable_toggled (Glib::ustring const & path_string)
if (atv != 0 && atv->is_audio_track()){
boost::shared_ptr<RouteList> rl (new RouteList);
rl->push_back (atv->route());
- _session->set_record_enable (rl, !atv->track()->record_enabled(), Session::rt_cleanup);
+ _session->set_record_enabled (rl, !atv->track()->record_enabled(), Session::rt_cleanup);
}
}