client/src/Iri.Modernisation.Controls/ViewModel/ConsultationView/ConsultationViewVM.cs
changeset 39 0f2bde8fdfeb
parent 38 bd33267300aa
child 41 b51a10574e7f
--- a/client/src/Iri.Modernisation.Controls/ViewModel/ConsultationView/ConsultationViewVM.cs	Thu Feb 04 16:38:04 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/ViewModel/ConsultationView/ConsultationViewVM.cs	Tue Feb 09 15:30:46 2010 +0100
@@ -126,7 +126,7 @@
         {
             Annotation createdAnnotation = ((Annotation)e.Parameter);
             PolemicElement refElement = ((PolemicElement)e.Source);
-            refElement.Chapter.Annotations.Add(createdAnnotation);
+           // refElement.Chapter.Annotations.Add(createdAnnotation);
             //refElement.Chapter.Book.Save();