From 5ac35d47d6ad46c5f5eab827c154dcea88323055 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 17 May 2016 18:19:26 +0200 Subject: some more mixbus backports (NO-OP for ardour) --- gtk2_ardour/export_dialog.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'gtk2_ardour/export_dialog.cc') diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc index 7c2e509a96..26e2b9a688 100644 --- a/gtk2_ardour/export_dialog.cc +++ b/gtk2_ardour/export_dialog.cc @@ -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 (); -- cgit v1.2.3