summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2008-10-11 14:37:01 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2008-10-11 14:37:01 +0000
commit516c6168fed63a5970f7f51669081253a7530438 (patch)
tree5f728be2d5acd1db2336fdf32c4d129e79c8ba05 /libs
parent41c892802f75e62e452399f0b1c7319fee61e677 (diff)
* Region export dialog does not lose export settings (Do not serialize into instant xml)
* Remove old export related files git-svn-id: svn://localhost/ardour2/branches/3.0@3924 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/export_profile_manager.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index 86b586d8e0..1d1c66665f 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -94,6 +94,8 @@ ExportProfileManager::ExportProfileManager (Session & s) :
ExportProfileManager::~ExportProfileManager ()
{
+ if (single_range_mode) { return; }
+
XMLNode * instant_xml (new XMLNode ("ExportProfile"));
serialize_profile (*instant_xml);
session.add_instant_xml (*instant_xml, false);