* SettingsPropertyValue.cs: Fix typo. Found using Gendarme. svn path=/trunk/mcs/; revision=92758
@@ -1,3 +1,7 @@
+2008-01-12 Sebastien Pouliot <[email protected]>
+
+ * SettingsPropertyValue.cs: Fix typo. Found using Gendarme.
2007-11-21 Atsushi Enomoto <[email protected]>
* CustomizableFileSettingsProvider.cs : when a property is found
@@ -53,7 +53,7 @@ namespace System.Configuration
return deserialized;
}
set {
- deserialized = true;
+ deserialized = value;