Merge pull request #4557 from rcordovano/img-gallery-svc-progress-fix

Fixed progress reporting bug in ImageGalleryDatabaseUpdateService
This commit is contained in:
Richard Cordovano 2019-02-22 18:04:15 -05:00 committed by GitHub
commit c388f28cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ public class ImageGalleryDatabaseUpdateService implements AutopsyService {
return;
}
ProgressIndicator progress = context.getProgressIndicator();
progress.start(Bundle.ImageGalleryDatabaseUpdateService_openCaseResources_progressMessage_start());
progress.progress(Bundle.ImageGalleryDatabaseUpdateService_openCaseResources_progressMessage_start());
try {
ImageGalleryModule.createController(context.getCase());
} catch (TskCoreException ex) {