Re-enable creation of stereo bundles for system IO, so that the mixer strip
[ardour.git] / gtk2_ardour / mixer_strip.h
index e859e520267a29e450ea955a563d1d0bb201a697..1b658342703100f21bbba4835f557a0647ea9cca 100644 (file)
@@ -183,8 +183,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        Gtk::Menu output_menu;
        void add_bundle_to_output_menu (boost::shared_ptr<ARDOUR::Bundle>, ARDOUR::BundleList const &);
        
-       void bundle_input_chosen (boost::shared_ptr<ARDOUR::Bundle>);
-       void bundle_output_chosen (boost::shared_ptr<ARDOUR::Bundle>);
+       void bundle_input_toggled (boost::shared_ptr<ARDOUR::Bundle>);
+       void bundle_output_toggled (boost::shared_ptr<ARDOUR::Bundle>);
 
        void edit_input_configuration ();
        void edit_output_configuration ();