client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs
--- a/client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs Mon Jan 25 09:30:22 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs Wed Jan 27 10:37:39 2010 +0100
@@ -386,7 +386,8 @@
new KeyValuePair<string, string>("newAnnotation", newfile.ToString()),
new KeyValuePair<string, string>("msg", "303"));
helper.ResponseComplete += new HttpResponseCompleteEventHandler(helper_ResponseComplete);
- helper.Execute();
+ // helper.Execute();
+ MessageBox.Show(newfile.ToString());
_refElement = null;
OnPropertyChanged("IsControlEnable");