diff -r 8a41c4969cc1 -r 4d9ebc6fbbe8 client/src/Iri.Modernisation.Data/Ldt/LDTProject.cs --- a/client/src/Iri.Modernisation.Data/Ldt/LDTProject.cs Tue Jan 19 09:49:26 2010 +0100 +++ b/client/src/Iri.Modernisation.Data/Ldt/LDTProject.cs Tue Jan 19 09:49:56 2010 +0100 @@ -46,7 +46,10 @@ } public LDTProject() { - + Id = 0; + User = String.Empty; + Title = String.Empty; + Abstract = String.Empty; } public XElement XML {