summaryrefslogtreecommitdiff
path: root/libs/ardour/session_butler.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-03-29 18:52:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-03-29 18:52:55 +0000
commit2f53112e83ff46ed535696a940e0bd5258a4fe66 (patch)
treec37acf6647e68faf3df25b463f7429c4c00b1e9c /libs/ardour/session_butler.cc
parente27ac3278b0d335be0ccd9d6d6373287d406adb5 (diff)
a) fix special button press handling for solo+mute buttons
b) buttons for "restore pending state" dialog had reversed semantics c) logic for checking a pending source file header was wrong d) fixed file unlink from within real-time context git-svn-id: svn://localhost/trunk/ardour2@424 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_butler.cc')
-rw-r--r--libs/ardour/session_butler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/session_butler.cc b/libs/ardour/session_butler.cc
index cf97e47803..ec543f8fa1 100644
--- a/libs/ardour/session_butler.cc
+++ b/libs/ardour/session_butler.cc
@@ -214,6 +214,7 @@ Session::butler_thread_work ()
case ButlerRequest::Wake:
break;
+
case ButlerRequest::Run:
butler_should_run = true;
break;