Rename the route in a route template when renaming the template

This commit is contained in:
Johannes Mueller 2017-07-20 20:10:23 +02:00
parent 67bec5b5be
commit 0a462d1964

View file

@ -560,6 +560,7 @@ RouteTemplateManager::rename_template (TreeModel::iterator& item, const Glib::us
error << string_compose (_("Could not parse template file \"%1\"."), old_filepath) << endmsg;
return;
}
tree.root()->set_property (X_("name"), new_name);
tree.root()->children().front()->set_property (X_("name"), new_name);
const bool adjusted = adjust_plugin_paths (tree.root(), old_name, string (new_name));