client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs
changeset 43 7fa99f1c36a4
parent 42 594fdedecf7f
child 46 ab3057b82260
--- 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)
             {