summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-04 22:51:32 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-04 22:51:32 +0000
commit7703f0a76a82ec3fe21609c396ebf2f950803bf9 (patch)
treefe9a7e7d3555ee3bc9cf84aab5bd2510dd7fc3c6 /gtk2_ardour/ardour_ui_dependents.cc
parenta4203e01ac071b081e848f7e4c9ebea20c2194d7 (diff)
move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes modifiers available in libgtkmm2ext now
git-svn-id: svn://localhost/ardour2/branches/3.0@6288 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc
index 9a9a575e73..0b6b327e8b 100644
--- a/gtk2_ardour/ardour_ui_dependents.cc
+++ b/gtk2_ardour/ardour_ui_dependents.cc
@@ -58,9 +58,7 @@ ARDOUR_UI::we_have_dependents ()
{
install_actions ();
ProcessorBox::register_actions ();
-
- Keyboard::setup_keybindings ();
-
+ keyboard->setup_keybindings ();
editor->UpdateAllTransportClocks.connect (mem_fun (*this, &ARDOUR_UI::update_transport_clocks));
}