Fix mantis bug #1619; de-selecting Options->Crossfades->Show now hides all crossfades...
[ardour.git] / gtk2_ardour / io_selector.h
index fcca7abf5c8b368685bc3e6490ea3413fa843fe3..957db11a2b2cc8d6c5a6cbf0c73604989f2ebf71 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_ui_io_selector_h__
@@ -72,6 +71,7 @@ class IOSelector : public Gtk::VBox {
        boost::shared_ptr<ARDOUR::IO> io;
        bool for_input;
        ARDOUR::Port *selected_port;
+       sigc::connection page_selection_connection;
 
        Gtk::VBox main_box;
        Gtk::HBox port_and_selector_box;
@@ -123,7 +123,7 @@ class IOSelector : public Gtk::VBox {
 
        void add_port ();
        void remove_port ();
-       gint remove_port_when_idle (ARDOUR::Port *);
+       void set_button_sensitivity ();
 
        gint connection_button_release (GdkEventButton *, Gtk::TreeView*);
        
@@ -198,6 +198,7 @@ class PortInsertWindow : public ArdourDialog
        void accept ();
 
        void plugin_going_away ();
+       sigc::connection going_away_connection;
 };