part two of allow markup to be used in BoolOption items in an option editor
[ardour.git] / gtk2_ardour / bundle_manager.cc
index 1c89f7b3cdfb28ce68364e1a842424e8983dac65..e9cddbd7540265cdefee778955d3d62acf6df0b3 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "ardour/session.h"
 #include "ardour/user_bundle.h"
-#include "ardour/audioengine.h"
 #include "bundle_manager.h"
 #include "gui_thread.h"
 #include "i18n.h"
@@ -222,6 +221,8 @@ BundleEditor::BundleEditor (Session* session, boost::shared_ptr<UserBundle> bund
 
        add_button (Gtk::Stock::CLOSE, Gtk::RESPONSE_ACCEPT);
        show_all ();
+
+       signal_key_press_event().connect (sigc::mem_fun (_matrix, &BundleEditorMatrix::key_press));
 }
 
 void