Skip to content

Commit

Permalink
2005-01-21 Sebastien Pouliot <sebastien@ximian.com>
Browse files Browse the repository at this point in the history
	* Assembly.cs: Fixed add for ModuleResolve.


svn path=/branches/mono-1-0/mcs/; revision=39327
  • Loading branch information
Sebastien Pouliot committed Jan 21, 2005
1 parent de3d462 commit d430dcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mcs/class/corlib/System.Reflection/Assembly.cs
Expand Up @@ -66,7 +66,7 @@ public class Assembly : System.Reflection.ICustomAttributeProvider,
//
public event ModuleResolveEventHandler ModuleResolve {
add {
resolve_event_holder.ModuleResolve -= value;
resolve_event_holder.ModuleResolve += value;
}
remove {
resolve_event_holder.ModuleResolve -= value;
Expand Down
3 changes: 3 additions & 0 deletions mcs/class/corlib/System.Reflection/ChangeLog
@@ -1,3 +1,6 @@
2005-01-21 Sebastien Pouliot <sebastien@ximian.com>

* Assembly.cs: Fixed add for ModuleResolve.

Sat Jul 10 15:48:34 CEST 2004 Paolo Molaro <lupus@ximian.com>

Expand Down

0 comments on commit d430dcb

Please sign in to comment.