first compilable version of tabbable design.
[ardour.git] / gtk2_ardour / ardour_ui_ed.cc
index 1ba5f0bd5e547a24d16a7a2d9866e8d0d6415714..1a89311ec388285707b26d6b49c2c80e2d6c14ba 100644 (file)
@@ -86,7 +86,6 @@ ARDOUR_UI::create_editor ()
        }
 
        editor->Realized.connect (sigc::mem_fun (*this, &ARDOUR_UI::editor_realized));
-       editor->signal_window_state_event().connect (sigc::bind (sigc::mem_fun (*this, &ARDOUR_UI::main_window_state_event_handler), true));
         editor->signal_event().connect (sigc::bind (sigc::ptr_fun (&Keyboard::catch_user_event_for_pre_dialog_focus), editor));
 
        return 0;
@@ -730,5 +729,5 @@ ARDOUR_UI::xrun_button_release (GdkEventButton* ev)
 Gtk::Notebook&
 ARDOUR_UI::tabs()
 {
-       return editor->tabs();
+       return _tabs;
 }