emit SessionSaveUnderWay signal during template save

This commit is contained in:
Paul Davis 2015-05-08 11:42:16 -04:00
parent fba9bff5b0
commit 2a1d0e20f0
1 changed files with 2 additions and 0 deletions

View 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());