[Mono-bugs] [Bug 57338][Nor] Changed - ComponentModel.BooleanConverter GetStandardValues code error

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Apr 2004 10:49:05 -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 lluis@ximian.com.

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

--- shadow/57338	2004-04-21 09:53:35.000000000 -0400
+++ shadow/57338.tmp.28897	2004-04-21 10:49:05.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 57338
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: davide@devage.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -27,6 +27,9 @@
 I think that should be:
 return new StandardValuesCollection (new object[2] {true, false} );
 
 Thanks
 
 Davide Icardi
+
+------- Additional Comments From lluis@ximian.com  2004-04-21 10:49 -------
+You're right. Fixed in CVS. Thanks!