Index: libs/ardour/session_transport.cc
===================================================================
--- libs/ardour/session_transport.cc	(revision 4650)
+++ libs/ardour/session_transport.cc	(working copy)
@@ -650,6 +650,8 @@
 	} else {
 
 		locate (target_frame, with_roll, with_flush, with_loop);
+		
+		Located (); /* EMIT SIGNAL */
 	}
 }
 
