From d400dd813af4731e72dcd997f8332924c2b45c0f Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 30 Jul 2019 13:43:14 -0500 Subject: (Source List) Handle Session::RemoveSource --- gtk2_ardour/editor_sources.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/editor_sources.h') diff --git a/gtk2_ardour/editor_sources.h b/gtk2_ardour/editor_sources.h index 5bcc9f5c2d..e12cac8065 100644 --- a/gtk2_ardour/editor_sources.h +++ b/gtk2_ardour/editor_sources.h @@ -116,7 +116,7 @@ private: void format_position (ARDOUR::samplepos_t pos, char* buf, size_t bufsize, bool onoff = true); void add_source (boost::shared_ptr); - void remove_source (boost::shared_ptr); + void remove_source (boost::shared_ptr); void clock_format_changed (); @@ -143,8 +143,9 @@ private: Glib::RefPtr _model; - PBD::ScopedConnection region_property_connection; - PBD::ScopedConnection check_new_region_connection; + PBD::ScopedConnection source_property_connection; + PBD::ScopedConnection add_source_connection; + PBD::ScopedConnection remove_source_connection; PBD::ScopedConnection editor_freeze_connection; PBD::ScopedConnection editor_thaw_connection; -- cgit v1.2.3