[Mono-bugs] [Bug 73864][Nor] Changed - [PATCH] DataGrid.PageCount behaviour incorrect

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 26 19:52:33 EDT 2005


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 gonzalo at ximian.com.

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

--- shadow/73864	2005-05-26 19:45:14.000000000 -0400
+++ shadow/73864.tmp.15007	2005-05-26 19:52:33.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 73864
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: bugzilla at patearl.net               
 QAContact: mono-bugs at ximian.com
@@ -182,6 +182,10 @@
 - 1)/pageSize;
 +                                        return pages > 0 ? pages : 1;
                                 }
                                 return 0;
                         }
 
+
+------- Additional Comments From gonzalo at ximian.com  2005-05-26 19:52 -------
+Fixed in SVN.
+Thanks.


More information about the mono-bugs mailing list