after save-as, if switching to new session, reset all track write sources to use new session path

This commit is contained in:
Paul Davis 2015-04-06 12:05:36 -04:00
parent 7a0b0685c2
commit b2da3bccc0
1 changed files with 4 additions and 0 deletions

View File

@ -4178,6 +4178,10 @@ Session::save_as (SaveAs& saveas)
session_dirs.clear ();
session_dirs.push_back (sp);
refresh_disk_space ();
/* ensure that all existing tracks reset their current capture source paths
*/
reset_write_sources (true, true);
}
} catch (Glib::FileError& e) {