summaryrefslogtreecommitdiff
path: root/libs/ardour/session_butler.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-04-09 18:07:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-04-09 18:07:15 +0000
commitb4b891b6ab4741b132d306188f47a275e6119a5b (patch)
treeb72ff459ef330e8f0752f41f9592290fee889b28 /libs/ardour/session_butler.cc
parenta3741ccac8946e5e69810e614e5ef28ab86ed548 (diff)
make region opacity work again; fix several other region context menu items that may have been messing with region state in unforeseen ways
git-svn-id: svn://localhost/ardour2/trunk@1691 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_butler.cc')
-rw-r--r--libs/ardour/session_butler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_butler.cc b/libs/ardour/session_butler.cc
index 16c8d9cffa..afb284b0f4 100644
--- a/libs/ardour/session_butler.cc
+++ b/libs/ardour/session_butler.cc
@@ -248,7 +248,7 @@ Session::butler_thread_work ()
gettimeofday (&begin, 0);
boost::shared_ptr<DiskstreamList> dsl = diskstreams.reader ();
-
+
for (i = dsl->begin(); !transport_work_requested() && butler_should_run && i != dsl->end(); ++i) {
boost::shared_ptr<Diskstream> ds = *i;