13
0

prevent replication of markers during undo/redo

git-svn-id: svn://localhost/ardour2/trunk@1054 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-11-02 04:24:33 +00:00
parent f2b4b8d62a
commit ef7da3747d

View File

@ -578,7 +578,10 @@ Locations::set_state (const XMLNode& node)
}
nlist = node.children();
locations.clear (); // dangerous
current_location = 0;
{
Glib::Mutex::Lock lm (lock);