summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_ed.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-19 09:50:30 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-19 09:50:30 -0600
commit984cacfa929afbdfbd55deeab334feec91757ba2 (patch)
treeaedbbc9103d89d2e5d3bd284d1eb8f90b02d225a /gtk2_ardour/ardour_ui_ed.cc
parentb44b8b7111d4dfb9ea60761b727433f25a362925 (diff)
Replace missing widget-name that got lost.
Diffstat (limited to 'gtk2_ardour/ardour_ui_ed.cc')
-rw-r--r--gtk2_ardour/ardour_ui_ed.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc
index 39da067fd1..ce3e63a545 100644
--- a/gtk2_ardour/ardour_ui_ed.cc
+++ b/gtk2_ardour/ardour_ui_ed.cc
@@ -669,6 +669,7 @@ ARDOUR_UI::build_menu_bar ()
menu_bar->set_name ("MainMenuBar");
EventBox* ev = manage (new EventBox);
+ ev->set_name ("MainMenuBar");
ev->show ();
Gtk::HBox* hbox = manage (new Gtk::HBox);