summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2012-01-29 09:51:30 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2012-01-29 09:51:30 +0000
commit71a5e435e656d6226feaefc4fe40ceff4dd6deea (patch)
tree0447c1330edd98aa0794a6a2648f9dc3ed8949be /libs/ardour/export_handler.cc
parentaaec2a84803230b93ff13f07514a341a10dab3ee (diff)
Add timespan name to export status text
git-svn-id: svn://localhost/ardour2/branches/3.0@11381 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index d6ade6532c..54b46ba617 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -164,6 +164,7 @@ ExportHandler::start_timespan ()
current_timespan = config_map.begin()->first;
export_status->total_frames_current_timespan = current_timespan->get_length();
+ export_status->timespan_name = current_timespan->name();
export_status->processed_frames_current_timespan = 0;
/* Register file configurations to graph builder */