summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2010-02-15 03:57:41 +0000
committerBen Loftis <ben@glw.com>2010-02-15 03:57:41 +0000
commit9851993cdb3690214f1d7c88abc6934fa3e495e5 (patch)
treee4663165f693f53ef15ec3c81872614a8da9d50a /gtk2_ardour/utils.cc
parent032d2cbf5d3e898bf7e81a6e5f8fec5aad39a890 (diff)
additional osx compilation fixes. more UAD tweaks. close and delete session during shutdown
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6683 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/utils.cc')
-rw-r--r--gtk2_ardour/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc
index 69b3ff80b6..ee84cfe1da 100644
--- a/gtk2_ardour/utils.cc
+++ b/gtk2_ardour/utils.cc
@@ -485,7 +485,7 @@ key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev)
bool special_handling_of_unmodified_accelerators = false;
bool allow_activating = true;
-#define DEBUG_ACCELERATOR_HANDLING
+//#define DEBUG_ACCELERATOR_HANDLING
#ifdef DEBUG_ACCELERATOR_HANDLING
//bool debug = (getenv ("ARDOUR_DEBUG_ACCELERATOR_HANDLING") != 0);
bool debug=true;