13
0

update peak filename when renaming session, fixes #5869

This commit is contained in:
Robin Gareus 2015-04-05 14:53:00 +02:00
parent 5b74a227c8
commit 1395125283

View File

@ -3755,6 +3755,7 @@ Session::rename (const std::string& new_name)
string p = fs->path ();
boost::replace_all (p, old_sources_root, _session_dir->sources_root());
fs->set_path (p);
SourceFactory::setup_peakfile(i->second, true);
}
}