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;