13
0

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
This commit is contained in:
Carl Hetherington 2009-02-27 23:47:43 +00:00
parent 1f81c127fe
commit 737ce09ef0

View File

@ -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 { } else {
locate (target_frame, with_roll, with_flush, with_loop); 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 int