a few more header files fixes, plus cleanup from nick_m, and the start of Action...
[ardour.git] / gtk2_ardour / send_ui.cc
index ed5a6c9e111db73d6a31ebe8209d1918e17246ab..0869490c0c3c278a7dfe70185ad958f9110c3c55 100644 (file)
@@ -133,7 +133,7 @@ SendUIWindow::SendUIWindow (Send& s, Session& ss)
 
        s.GoingAway.connect (mem_fun (*this, &SendUIWindow::send_going_away));
 
-       delete_event.connect (bind (ptr_fun (just_hide_it), reinterpret_cast<Window *> (this)));
+       signal_delete_event().connect (bind (ptr_fun (just_hide_it), reinterpret_cast<Window *> (this)));
 
 }