summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-08 11:42:16 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:10 -0400
commit2a1d0e20f07b3302f42475ac07355f9ae549ebb6 (patch)
treefb92b511f1616e7e3b8b4c31d10d8d409bba5a9d
parentfba9bff5b0df73567017ec03dd59a009e1eb5463 (diff)
emit SessionSaveUnderWay signal during template save
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 30b4eaeb62..ef70e99630 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -2028,6 +2028,8 @@ Session::save_template (string template_name)
template_file_path = Glib::build_filename (template_dir_path, template_name + template_suffix);
}
+ SessionSaveUnderway (); /* EMIT SIGNAL */
+
XMLTree tree;
tree.set_root (&get_template());