summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-12-10 18:44:05 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-12-10 18:44:05 -0500
commit5981b7f1b8bc85444d66ab0ffac2dee412dd21ea (patch)
tree4c22e8cc5b871c7338eb7ba35bdd39612c5631ee /gtk2_ardour/step_entry.cc
parent605b7783ee34cbce671525523e7022105dd8259b (diff)
add nominal owners for all action groups
Note: this is not yet correct. The owner (pointer) values passed in are not yet usable
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc
index 1531ceb729..25edb120ae 100644
--- a/gtk2_ardour/step_entry.cc
+++ b/gtk2_ardour/step_entry.cc
@@ -588,7 +588,7 @@ StepEntry::register_actions ()
{
/* add named actions for the step editor */
- Glib::RefPtr<ActionGroup> group = ActionManager::create_action_group (X_("StepEditing"));
+ Glib::RefPtr<ActionGroup> group = ActionManager::create_action_group (this, X_("StepEditing"));
ActionManager::register_action (group, "insert-a", _("Insert Note A"), sigc::mem_fun (*this, &StepEntry::insert_a));
ActionManager::register_action (group, "insert-asharp", _("Insert Note A-sharp"), sigc::mem_fun (*this, &StepEntry::insert_asharp));