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=78355 --- shadow/78355 2006-05-10 12:58:42.000000000 -0400 +++ shadow/78355.tmp.31893 2006-05-10 14:04:28.000000000 -0400 @@ -1,23 +1,23 @@ Bug#: 78355 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Centos 4.2 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: MDI toolbar errors +Summary: Toolbar errors Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: Sorry to do two bugs at once, but, they both use the same test program. @@ -54,6 +54,12 @@ Additional Information: ------- Additional Comments From [EMAIL PROTECTED] 2006-05-10 12:58 ------- Created an attachment (id=16978) tar.gz file containing the Form1.cs & resources + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-10 14:04 ------- +The issue with the null ref exception is an interesting one, that will +probably turn up in some other spots. Essentially we enumerate the +list of buttons when there is a click, however if the click modifies +the list (while we are enumerating) we have problems. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
