Copy hashes after the project has finished inserting.
[jSite.git] / src / de / todesbaum / jsite / application / ProjectInserter.java
index acd93db..a6e0e21 100644 (file)
@@ -465,6 +465,7 @@ public class ProjectInserter implements FileScannerListener, Runnable {
                        int newEdition = Integer.parseInt(editionPart);
                        project.setEdition(newEdition);
                        project.setLastInsertionTime(System.currentTimeMillis());
+                       project.copyHashes();
                }
                fireProjectInsertFinished(success, cancelled ? new AbortedException() : (disconnected ? new IOException("Connection terminated") : null));
        }