summaryrefslogtreecommitdiff
path: root/libs/ardour/session_events.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-12-20 19:54:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-12-20 19:54:54 +0000
commit5c0d10e63a5987b3c6795551152c862766928cd8 (patch)
tree9b94ca2412a448e6909e09bdb8b810a311f65e0f /libs/ardour/session_events.cc
parenta5a0da468616cc7f25cdb86137ae9321cee7aef0 (diff)
change behaviour of play-at-edit-point....; fix crash in SAE context with automation button; new SAE logos etc
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2801 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_events.cc')
-rw-r--r--libs/ardour/session_events.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_events.cc b/libs/ardour/session_events.cc
index a0c556b516..f86f3cbb3b 100644
--- a/libs/ardour/session_events.cc
+++ b/libs/ardour/session_events.cc
@@ -350,7 +350,7 @@ Session::process_event (Event* ev)
case Event::LocateRollLocate:
// locate is handled by ::request_roll_at_and_return()
- requested_return_frame = ev->target_frame;
+ _requested_return_frame = ev->target_frame;
set_transport_speed (ev->speed, true);
break;