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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -74,6 +74,12 @@ - item.PerformClick (); + if (item != null) + item.PerformClick (); } void MoveSelection (MenuItem item) + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-09 13:25 ------- +yup, i actually had a similar change in my local tree while triaging +yesterday. + +will commit this. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
