diff -r 594fdedecf7f -r 7fa99f1c36a4 client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs --- a/client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs Thu Feb 11 17:29:23 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs Fri Feb 12 11:53:02 2010 +0100 @@ -343,7 +343,7 @@ _newAnnotation.Type = _selectedType ; _basicRelation.ToElement = _newAnnotation; _basicRelation.Type = _newAnnotation.Type; - _refElement.Chapter.Annotations.Add(_newAnnotation); + _refElement.Chapter.Annotations.Add(new Annotation(_newAnnotation)); _refElement.Chapter.Book.BasicLinks.Add(_basicRelation); if(_polemicRelation.ToElement != null) {