some more mixbus backports (NO-OP for ardour)

This commit is contained in:
Robin Gareus 2016-05-17 18:19:26 +02:00
parent 524fb8df49
commit 5ac35d47d6
3 changed files with 13 additions and 7 deletions

View file

@ -26,6 +26,7 @@
#include "ardour/audioregion.h"
#include "ardour/export_status.h"
#include "ardour/export_handler.h"
#include "ardour/profile.h"
#include "export_dialog.h"
#include "export_report.h"
@ -331,12 +332,12 @@ ExportDialog::show_progress ()
if (!status->aborted()) {
hide();
NagScreen* ns = NagScreen::maybe_nag (_("export"));
if (ns) {
ns->nag ();
delete ns;
if (!ARDOUR::Profile->get_mixbus()) {
NagScreen* ns = NagScreen::maybe_nag (_("export"));
if (ns) {
ns->nag ();
delete ns;
}
}
} else {
notify_errors ();