a) fix special button press handling for solo+mute buttons
[ardour.git] / libs / ardour / session_export.cc
index 0ccea59b81ccc66845bda18d4c342c3dcecc3882..677b2c12589f728f445a70595514ea3cb6d70560 100644 (file)
@@ -508,7 +508,7 @@ Session::prepare_to_export (AudioExportSpecification& spec)
        /* make sure we are actually rolling */
 
        if (get_record_enabled()) {
-               disable_record ();
+               disable_record (false);
        }
 
        _exporting = true;