Various tweaks to the bundle manager.
[ardour.git] / gtk2_ardour / bundle_manager.h
index b9709c73ee4e765f89e7e117e4e061ec4afcc3a5..94078a14af271123f68ae5053eb7f9d47f097e79 100644 (file)
@@ -67,7 +67,7 @@ class BundleEditorMatrix : public PortMatrix
 class BundleEditor : public ArdourDialog
 {
   public:
-       BundleEditor (ARDOUR::Session &, boost::shared_ptr<ARDOUR::UserBundle>, bool);
+       BundleEditor (ARDOUR::Session &, boost::shared_ptr<ARDOUR::UserBundle>);
 
   protected:
        void on_map ();
@@ -98,6 +98,7 @@ class BundleManager : public ArdourDialog
        void add_bundle (boost::shared_ptr<ARDOUR::Bundle>);
        void bundle_changed (ARDOUR::Bundle::Change, boost::shared_ptr<ARDOUR::UserBundle>);
        void set_button_sensitivity ();
+       void row_activated (Gtk::TreeModel::Path const & p, Gtk::TreeViewColumn* c);
 
        class ModelColumns : public Gtk::TreeModelColumnRecord
        {