X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fapplication%2FProject.java;h=d09daccb095e84af173544e7b112c8c57bf56a68;hb=e47e15fdbb7515f5a3757c3f5df8c1d0950aee8e;hp=bb722e78f4f46e8dc58f444c6c1cf01b14ccfac7;hpb=bb56ac7db27634a4b74b6f820523be723ef418d7;p=jSite.git diff --git a/src/de/todesbaum/jsite/application/Project.java b/src/de/todesbaum/jsite/application/Project.java index bb722e7..d09dacc 100644 --- a/src/de/todesbaum/jsite/application/Project.java +++ b/src/de/todesbaum/jsite/application/Project.java @@ -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 { fileOption.setLastInsertEdition(edition); fileOption.setLastInsertHash(fileOption.getCurrentHash()); } + fileOption.setForceInsert(false); } }