Replace missing widget-name that got lost.
authorBen Loftis <ben@harrisonconsoles.com>
Mon, 19 Feb 2018 15:50:30 +0000 (09:50 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Mon, 19 Feb 2018 15:50:30 +0000 (09:50 -0600)
gtk2_ardour/ardour_ui_ed.cc

index 39da067fd192f49cf49b22648a066f814a1fb377..ce3e63a5454aee6d7487fd18566d87dd0224876f 100644 (file)
@@ -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);