summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-17 18:19:26 +0200
committerRobin Gareus <robin@gareus.org>2016-05-17 18:19:26 +0200
commit5ac35d47d6ad46c5f5eab827c154dcea88323055 (patch)
treec734d93a394fe82bd710e27561b3eab86cb63d23 /gtk2_ardour/export_dialog.cc
parent524fb8df49508c938dc0be72f75b63fc834dbb80 (diff)
some more mixbus backports (NO-OP for ardour)
Diffstat (limited to 'gtk2_ardour/export_dialog.cc')
-rw-r--r--gtk2_ardour/export_dialog.cc13
1 files changed, 7 insertions, 6 deletions
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 ();