13
0

fixed previous commit from Tracks to work correctly in all cases

This commit is contained in:
Paul Davis 2015-05-08 12:12:08 -04:00
parent 07c81a763f
commit 4235367acd

View File

@ -4409,6 +4409,8 @@ Session::save_as (SaveAs& saveas)
}
saveas.final_session_folder_name = _path;
store_recent_sessions (_name, _path);
if (!saveas.switch_to) {
@ -4488,11 +4490,5 @@ Session::save_as (SaveAs& saveas)
return -1;
}
if (ARDOUR::Profile->get_trx()) {
// Tracks Live should store name of the "saved as" session in the
// recent session list
store_recent_sessions (_name, _path);
}
return 0;
}