diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index d1e6b6af2d..fc2b546790 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -2554,7 +2554,7 @@ RouteUI::use_playlist (RadioMenuItem *item, boost::weak_ptr wpl) return; } - select_playlist_matching(wpl); + PublicEditor::instance().mapover_grouped_routes (sigc::bind (sigc::mem_fun (PublicEditor::instance(), &PublicEditor::mapped_select_playlist_matching), wpl), this, ARDOUR::Properties::group_select.property_id); }