summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-28 15:29:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-28 15:29:49 +0000
commitd6a27c9537926e4ec7bd3371da97a2d1f85b6e86 (patch)
treea2c251749a71a8aa9ba8069658ef3fae5566f339 /gtk2_ardour/ardour_ui_dependents.cc
parent14e3f7f21528c4ea3e3782dedade44b70dd3ac45 (diff)
come up and stay up
git-svn-id: svn://localhost/trunk/ardour2@138 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc
index cd6a5c5a1e..a2661e71d6 100644
--- a/gtk2_ardour/ardour_ui_dependents.cc
+++ b/gtk2_ardour/ardour_ui_dependents.cc
@@ -58,8 +58,9 @@ ARDOUR_UI::we_have_dependents ()
void
ARDOUR_UI::setup_keybindings ()
{
- // GTK2FIX
+ install_actions ();
editor->register_actions ();
+ RedirectBox::register_actions ();
}
void