Slightly modified version of lincoln's patch for #2567. Thanks!
authorCarl Hetherington <carl@carlh.net>
Fri, 27 Feb 2009 23:47:43 +0000 (23:47 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 27 Feb 2009 23:47:43 +0000 (23:47 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@4708 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_transport.cc

index 564b73e22870f74dfbd5d8818dcc123b2408de58..55c09f7ed84f8766e43f21030e0d4412317dfd88 100644 (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 {
-
                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