save state after remove last capture, avoiding possible inconsistency between session file and disk state

git-svn-id: svn://localhost/ardour2/trunk@1721 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-04-14 20:09:56 +00:00
parent 2e66450681
commit 4a718fe19f

View file

@ -2757,6 +2757,9 @@ Session::remove_last_capture ()
}
destroy_regions (r);
save_state (_current_snapshot_name);
return 0;
}