Set thread done flag when freeze completes.
authorCarl Hetherington <carl@carlh.net>
Fri, 27 Feb 2009 23:26:10 +0000 (23:26 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 27 Feb 2009 23:26:10 +0000 (23:26 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@4706 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_ops.cc

index 07fa68f7146d5d2b4d808e4474ac5a1ef3b1a243..47ffd952d296939cd4eae6e58efc1debd01fd4d9 100644 (file)
@@ -3626,6 +3626,7 @@ void*
 Editor::freeze_thread ()
 {
        clicked_routeview->audio_track()->freeze (*current_interthread_info);
+       current_interthread_info->done = true;
        return 0;
 }