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=82481 --- shadow/82481 2007-08-20 11:21:54.000000000 -0400 +++ shadow/82481.tmp.2195 2007-08-20 14:48:46.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82481 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: Mandriva cooker 2007/2008 -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Wishlist Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -70,6 +70,15 @@ void b_Click (object sender, EventArgs e) { (ss.Items[1] as ToolStripStatusLabel).Text = "Finish"; (ss.Items[0] as ToolStripProgressBar).Value += 1; } } + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-20 14:48 ------- +Fixed in r84479. Thanks for the report! + +2007-08-20 Jonathan Pobst <[EMAIL PROTECTED]> + + * StatusStrip.cs: Make sure the item's parent gets set in +SetDisplayedItems. + [Fixes bug #82481] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
