Remove fade handles from recording regions. Fixes #3322.
[ardour.git] / gtk2_ardour / ardour_dialog.cc
index 5affa6e36335058800498693b548322144716b33..cd95666b16f120b3fd85fa2c5b12cc12b4ce68cc 100644 (file)
@@ -30,8 +30,8 @@
 #include "utils.h"
 
 using namespace std;
-using namespace sigc;
 using namespace Gtk;
+using namespace Gtkmm2ext;
 
 sigc::signal<void> ArdourDialog::CloseAllDialogs;
 
@@ -90,10 +90,9 @@ ArdourDialog::on_show ()
 void
 ArdourDialog::init ()
 {
-       session = 0;
        set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
        set_border_width (10);
-       CloseAllDialogs.connect (bind (mem_fun (*this, &ArdourDialog::response), RESPONSE_CANCEL));
+       CloseAllDialogs.connect (sigc::bind (sigc::mem_fun (*this, &ArdourDialog::response), RESPONSE_CANCEL));
 }
 
 bool