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:00:47 -04:00
parent 21e7c5bf4b
commit 6570c61d31

View file

@ -4315,6 +4315,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) {