Hello<div><br></div><div>Should a job report a workStateChanged when it is done? I believe at the moment it only fires it on cancellation. If so, would this do the trick:</div><div><br></div><div><div>index 2dccb54..82cd409 100644</div>
<div>--- a/src/main/java/org/crosswire/common/progress/Job.java</div><div>+++ b/src/main/java/org/crosswire/common/progress/Job.java</div><div>@@ -283,6 +283,7 @@ public final class Job implements Progress {</div><div> }</div>
<div><br></div><div> // Report that the job is done.</div><div>+ fireStateChanged();</div><div> JobManager.fireWorkProgressed(this);</div><div><br></div><div> synchronized (this) {</div></div>
<div><br></div><div>Cheers</div><div>Chris</div><div><br></div>