diff options
Diffstat (limited to 'src/lib/check_content_job.cc')
| -rw-r--r-- | src/lib/check_content_job.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/check_content_job.cc b/src/lib/check_content_job.cc index bb43158ae..146fcd2a1 100644 --- a/src/lib/check_content_job.cc +++ b/src/lib/check_content_job.cc @@ -81,9 +81,7 @@ CheckContentJob::run () } if (!changed.empty()) { - for (auto i: changed) { - JobManager::instance()->add(make_shared<ExamineContentJob>(_film, i, false)); - } + JobManager::instance()->add(make_shared<ExamineContentJob>(_film, changed, false)); set_message (_("Some files have been changed since they were added to the project.\n\nThese files will now be re-examined, so you may need to check their settings.")); } |
