Finish off fix for crash on region context menu (#4766).

git-svn-id: svn://localhost/ardour2/branches/3.0@11683 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-03-14 16:58:11 +00:00
parent 8b964d86f4
commit 947c698b0e

View File

@ -1165,7 +1165,7 @@ Editor::sensitize_the_right_region_actions ()
_region_actions->get_action("insert-patch-change")->set_sensitive (false);
_region_actions->get_action("transpose-region")->set_sensitive (false);
} else {
editor_actions->get_action("RegionMenuMIDI")->set_sensitive (true);
editor_menu_actions->get_action("RegionMenuMIDI")->set_sensitive (true);
/* others were already marked sensitive */
}