manually apply d697a31abf2fa1b0bedcab025188f03611920fdf from master (git could not...
[ardour.git] / gtk2_ardour / ardour_ui_dependents.cc
index 5269bb93ed575dd94831ac01c6c854d9090b65a1..fbfc8c7afd844bd263d7350a320c517c75915a64 100644 (file)
@@ -50,14 +50,6 @@ namespace ARDOUR {
 
 using namespace ARDOUR;
 
-void
-ARDOUR_UI::shutdown ()
-{
-       if (ui_config->dirty()) {
-               ui_config->save_state();
-       }
-}
-
 void
 ARDOUR_UI::we_have_dependents ()
 {
@@ -78,6 +70,7 @@ ARDOUR_UI::connect_dependents_to_session (ARDOUR::Session *s)
        editor->set_session (s);
        BootMessage (_("Setup Mixer"));
        mixer->set_session (s);
+       meterbridge->set_session (s);
 
        /* its safe to do this now */