summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-01 23:26:27 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-01 23:26:27 +0000
commit7cf24873f8423df0e26c9f2daa5aaa225b1c3cab (patch)
treee8a78697b6b1dd0b0d35644811c2333345bc2305 /gtk2_ardour
parent90cbf4e708d48955e53793534956766d5bdabd13 (diff)
Use PBD debugging code for keyboard debugging.
git-svn-id: svn://localhost/ardour2/branches/3.0@9019 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/utils.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc
index a8e913148d..8cdf5e0b58 100644
--- a/gtk2_ardour/utils.cc
+++ b/gtk2_ardour/utils.cc
@@ -614,13 +614,13 @@ key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev)
#endif
- DEBUG_TRACE (DEBUG::Accelerators, string_compose ("Win = %1 Key event: code = %2 state = %3 special handling ? %4 magic widget focus %5? allow_activation ? %6\n",
+ DEBUG_TRACE (DEBUG::Accelerators, string_compose ("Win = %1 Key event: code = %2 state = %3 special handling ? %4 magic widget focus ? %5 allow_activation ? %6\n",
win,
ev->keyval,
- ev->state
- << special_handling_of_unmodified_accelerators
- << Keyboard::some_magic_widget_has_focus()
- << allow_activating));
+ ev->state,
+ special_handling_of_unmodified_accelerators,
+ Keyboard::some_magic_widget_has_focus(),
+ allow_activating));
/* This exists to allow us to override the way GTK handles
key events. The normal sequence is: