From 984cacfa929afbdfbd55deeab334feec91757ba2 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 19 Feb 2018 09:50:30 -0600 Subject: Replace missing widget-name that got lost. --- gtk2_ardour/ardour_ui_ed.cc | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3