emit SessionSaveUnderWay signal during template save
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 8 May 2015 15:42:16 +0000 (11:42 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:18:10 +0000 (14:18 -0400)
libs/ardour/session_state.cc

index 30b4eaeb62da627f53062d46b4d15253293145f1..ef70e99630c9b8acd4ec8d0d897b0c56e680a1ae 100644 (file)
@@ -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());