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 [EMAIL PROTECTED]

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

--- shadow/80281        2006-12-21 13:02:08.000000000 -0500
+++ shadow/80281.tmp.14579      2006-12-21 17:17:07.000000000 -0500
@@ -81,6 +81,21 @@
 this is not a winforms bug, is it?
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-12-21 13:02 -------
 Created an attachment (id=18358)
 system.data diff that fixes this bug
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-12-21 17:17 -------
+Can you change lines
+
+if (col.DataContainer.CompareValues (Current, Proposed) != 0)
+                                               changed = true;
+
+to 
+
+(col.DataContainer.CompareValues (Current, Proposed) != 0) {
+                                               changed = true;
+  break;
+}
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to