[Mono-bugs] [Bug 21892] Changed - XmlNodeChangedEventHandler delegate needs fixing

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
15 Mar 2002 01:48:02 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by duncan@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=21892

--- shadow/21892	Thu Mar 14 02:41:03 2002
+++ shadow/21892.tmp.6442	Thu Mar 14 20:48:02 2002
@@ -1,13 +1,13 @@
 Bug#: 21892
 Product: Mono/Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System.XML
 AssignedTo: duncan@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -17,6 +17,10 @@
 Summary: XmlNodeChangedEventHandler delegate needs fixing
 
 the version of XmlNodeChangedEventHandler is outdated.
 
 A new file should be created with the delegate, and events in XmlDocument
 needs to be updated to reflect this change.
+
+------- Additional Comments From duncan@ximian.com  2002-03-14 20:48 -------
+Fixed, still need to figure out if the rest of the XmlDocument code is
+correct though.