[Mono-bugs] [Bug 77890][Nor] Changed - ListView crash in DotMSN.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 24 15:37:45 EST 2006
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 mkestner at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77890
--- shadow/77890 2006-03-23 19:40:12.000000000 -0500
+++ shadow/77890.tmp.30523 2006-03-24 15:37:45.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77890
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: mkestner at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -103,6 +103,9 @@
CheckBoxSize.Width + SmallImageList.ImageSize.Width;
int h = Math.Max (text_size.Height,
Math.Max (CheckBoxSize.Height, SmallImageList.ImageSize.Height));
return new Size (w, h);
}
}
+
+------- Additional Comments From mkestner at ximian.com 2006-03-24 15:37 -------
+fixed on trunk revision 58486.
More information about the mono-bugs
mailing list