From 67bec5b5be485df96525efe7d9702e5afcb38696 Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Thu, 20 Jul 2017 20:09:53 +0200 Subject: Set the name of the route in a route template to the template name --- libs/ardour/route.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs') diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 22d9713486..ce8477579f 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -4022,6 +4022,7 @@ Route::save_as_template (const string& path, const string& name) PBD::Unwinder uw (_session._template_state_dir, state_dir); XMLNode& node (state (false)); + node.set_property (X_("name"), name); XMLTree tree; -- cgit v1.2.3