cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropRefe...
[ardour.git] / gtk2_ardour / imageframe_time_axis_view.cc
index 5c00bc1e599d5ee2262563ef7cfa46b1c3dcb835..a1c211995b86a2abe1e829df4b4e67fae07f05c9 100644 (file)
@@ -214,7 +214,7 @@ ImageFrameTimeAxisView::add_imageframe_group(std::string group_id, void* src)
 
                imageframe_groups.push_front(iftag) ;
 
-               iftag->GoingAway.connect (*this, boost::bind (&ImageFrameTimeAxisView::remove_imageframe_group, this, iftag, (void*)this), gui_context());
+               iftag->CatchDeletion.connect (*this, boost::bind (&ImageFrameTimeAxisView::remove_imageframe_group, this, iftag, (void*)this), gui_context());
 
                ImageFrameGroupAdded(iftag, src) ; /* EMIT_SIGNAL */
        }