summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-02-27 23:26:10 +0000
committerCarl Hetherington <carl@carlh.net>2009-02-27 23:26:10 +0000
commitbaf51996c4f152a0750c14a52f57ed1fcd04b8cc (patch)
tree972a9251090e6331d8fdb5367bf1ee6e489160d8 /gtk2_ardour/editor_ops.cc
parent9d52ae2f19bcb77f32cfb0c6c22d0299a0549d74 (diff)
Set thread done flag when freeze completes.
git-svn-id: svn://localhost/ardour2/branches/3.0@4706 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 07fa68f714..47ffd952d2 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -3626,6 +3626,7 @@ void*
Editor::freeze_thread ()
{
clicked_routeview->audio_track()->freeze (*current_interthread_info);
+ current_interthread_info->done = true;
return 0;
}