From 1d5cef0f0d2b76ca8384dd869d78d44202ca63ba Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 24 Jul 2010 17:40:19 +0000 Subject: [PATCH] Set the organise progress to 100% when all files have been copied, but before the device is finalised --- src/core/organise.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/organise.cpp b/src/core/organise.cpp index 69ba2aaec..88dc1b038 100644 --- a/src/core/organise.cpp +++ b/src/core/organise.cpp @@ -64,6 +64,7 @@ void Organise::ProcessSomeFiles() { // None left? if (progress_ >= files_.count()) { + task_manager_->SetTaskProgress(task_id_, progress_, files_.count()); destination_->FinishCopy(); task_manager_->SetTaskFinished(task_id_);