From 728bedf9b917287ea76b98860dec04e72472230c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 18 Feb 2010 16:34:57 +0000 Subject: connect Streamview to Playlist::ContentsChanged signal so that it updates after a Playlist::set_state() call git-svn-id: svn://localhost/ardour2/branches/3.0@6700 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/streamview.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/streamview.cc b/gtk2_ardour/streamview.cc index da773ea273..8c53fd0596 100644 --- a/gtk2_ardour/streamview.cc +++ b/gtk2_ardour/streamview.cc @@ -336,6 +336,7 @@ StreamView::playlist_switched (boost::weak_ptr wds) ds->playlist()->LayeringChanged.connect (playlist_connections, boost::bind (&StreamView::playlist_layered, this, boost::weak_ptr(ds)), gui_context()); ds->playlist()->RegionAdded.connect (playlist_connections, ui_bind (&StreamView::add_region_view, this, _1), gui_context()); ds->playlist()->RegionRemoved.connect (playlist_connections, ui_bind (&StreamView::remove_region_view, this, _1), gui_context()); + ds->playlist()->ContentsChanged.connect (playlist_connections, boost::bind (&StreamView::redisplay_diskstream, this), gui_context()); } void -- cgit v1.2.3