Fix possible problems with _pending_locate_request getting stuck at true and hence...
authorCarl Hetherington <carl@carlh.net>
Mon, 5 Jul 2010 01:13:18 +0000 (01:13 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 5 Jul 2010 01:13:18 +0000 (01:13 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7369 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_transport.cc

index 7b04b589747e780d8fb09c6d85f0e9aa4c29a4dc..8af9f0ca7b772fd32e590dbcec017e908e08c534 100644 (file)
@@ -783,6 +783,7 @@ Session::locate (nframes64_t target_frame, bool with_roll, bool with_flush, bool
                        set_transport_speed (1.0, false);
                }
                loop_changing = false;
+               Located (); /* EMIT SIGNAL */
                return;
        }