cleaner version of ac3da53

This commit is contained in:
Robin Gareus 2016-03-12 10:11:06 +01:00
parent ac3da53f71
commit d131f882ee

View File

@ -234,7 +234,6 @@ ExportHandler::process (framecnt_t frames)
Glib::Threads::Mutex::Lock l (export_status->lock());
return process_normalize ();
} else {
export_status->active_job = ExportStatus::Exporting;
Glib::Threads::Mutex::Lock l (export_status->lock());
return process_timespan (frames);
}
@ -243,6 +242,7 @@ ExportHandler::process (framecnt_t frames)
int
ExportHandler::process_timespan (framecnt_t frames)
{
export_status->active_job = ExportStatus::Exporting;
/* update position */
framecnt_t frames_to_read = 0;