[Mono-bugs] [Bug 79343][Cri] Changed - Crash while leaving a menu.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Sep 9 13:25:30 EDT 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 toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79343
--- shadow/79343 2006-09-09 02:58:51.000000000 -0400
+++ shadow/79343.tmp.7282 2006-09-09 13:25:30.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79343
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Critical
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -74,6 +74,12 @@
- item.PerformClick ();
+ if (item != null)
+ item.PerformClick ();
}
void MoveSelection (MenuItem item)
+
+------- Additional Comments From toshok at ximian.com 2006-09-09 13:25 -------
+yup, i actually had a similar change in my local tree while triaging
+yesterday.
+
+will commit this.
More information about the mono-bugs
mailing list