summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-02-27 23:47:43 +0000
committerCarl Hetherington <carl@carlh.net>2009-02-27 23:47:43 +0000
commit737ce09ef0bb1f651a2c10810cdc770114a442c9 (patch)
tree965f937adbc577a5967c9e390d77a0e1438ec18e
parent1f81c127fe2dc0f23142a95ad90671bf8f3486c6 (diff)
Slightly modified version of lincoln's patch for #2567. Thanks!
git-svn-id: svn://localhost/ardour2/branches/3.0@4708 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/ardour/session_transport.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index 564b73e228..55c09f7ed8 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -643,14 +643,13 @@ Session::start_locate (nframes_t target_frame, bool with_roll, bool with_flush,
}
- /* XXX: not sure if this should be emitted here; perhaps it should happen
- when the slave is actually followed */
- Located (); /* EMIT SIGNAL */
-
} else {
-
locate (target_frame, with_roll, with_flush, with_loop);
}
+
+ /* XXX: not sure if this should be emitted here in the synced_to_jack () case;
+ * perhaps it should happen when the slave is actually followed */
+ Located (); /* EMIT SIGNAL */
}
int