summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-28 18:22:47 +0200
committerRobin Gareus <robin@gareus.org>2014-09-28 18:24:08 +0200
commit3353b486469ceef18d5580199bd2dc881fdbde9a (patch)
treec31b2354a5936f27227181f92865b9988ee31ab8 /libs/ardour/session_state.cc
parent6fbd0a62e49f416ee087d69ae9644e254b618e93 (diff)
fix templates: copy plugin state
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index a4ed072096..886808d8d4 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -2016,7 +2016,7 @@ Session::save_template (string template_name)
return -1;
}
- copy_files (plugins_dir(), template_plugin_state_path);
+ copy_recurse (plugins_dir(), template_plugin_state_path);
return 0;
}