mschier 2003/03/06 15:58:44
Modified: csframework/src/cs/Util ContainerUtil.cs
Log:
Fixed bug due to attempted configuration of configurtation instead of component.
Revision Changes Path
1.4 +1 -1 avalon-excalibur/csframework/src/cs/Util/ContainerUtil.cs
Index: ContainerUtil.cs
===================================================================
RCS file: /home/cvs/avalon-excalibur/csframework/src/cs/Util/ContainerUtil.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ContainerUtil.cs 23 Jan 2003 21:50:47 -0000 1.3
+++ ContainerUtil.cs 6 Mar 2003 23:58:44 -0000 1.4
@@ -153,7 +153,7 @@
throw new ArgumentException("configuration is
null");
}
- ((IConfigurable)
configuration).Configure(configuration);
+ ((IConfigurable) component).Configure(configuration);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]