Fix up all file headers.
[jSite.git] / src / de / todesbaum / jsite / application / Project.java
index bb722e7..d09dacc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * jSite - Project.java - Copyright © 2006–2011 David Roden
+ * jSite - Project.java - Copyright © 2006–2012 David Roden
  *
  * This program is free software; you can redistribute it and/or modify it under
  * the terms of the GNU General Public License as published by the Free Software
@@ -431,6 +431,7 @@ public class Project implements Comparable<Project> {
                                fileOption.setLastInsertEdition(edition);
                                fileOption.setLastInsertHash(fileOption.getCurrentHash());
                        }
+                       fileOption.setForceInsert(false);
                }
        }