Fix changing playlist (Track is responsible for signal emission)
[ardour.git] / libs / ardour / track.cc
index a86584ec651413298e89ed94bc5ae4cfd46b5179..38d13d186da4eaaf53bff03b27c10e1edeb4036c 100644 (file)
@@ -827,6 +827,9 @@ Track::use_playlist (DataType dt, boost::shared_ptr<Playlist> p)
                _playlists[dt] = p;
        }
 
+       _session.set_dirty ();
+       PlaylistChanged (); /* EMIT SIGNAL */
+
        return ret;
 }