[Mono-bugs] [Bug 58270][Nor] Changed - remove_Event generates Delegate.Combine and not Delegate.Remove
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 11 May 2004 08:08:45 -0400 (EDT)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58270
--- shadow/58270 2004-05-10 13:52:58.000000000 -0400
+++ shadow/58270.tmp.17868 2004-05-11 08:08:45.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58270
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 001 One hour
Priority: Normal
Component: C#
AssignedTo: rharinath@novell.com
ReportedBy: malekith@pld-linux.org
QAContact: mono-bugs@ximian.com
@@ -52,6 +52,10 @@
- return
TypeManager.delegate_combine_delegate_delegate;
+ return
TypeManager.delegate_remove_delegate_delegate;
}
}
+
+------- Additional Comments From rharinath@novell.com 2004-05-11 08:08 -------
+applied patch.
+