[Mono-bugs] [Bug 82481][Wis] Changed - ToolStripStatus is dead
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 20 14:48:46 EDT 2007
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 monkey at jpobst.com.
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: monkey at jpobst.com
ReportedBy: surfzoid2002 at yahoo.fr
QAContact: mono-bugs at ximian.com
@@ -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 monkey at jpobst.com 2007-08-20 14:48 -------
+Fixed in r84479. Thanks for the report!
+
+2007-08-20 Jonathan Pobst <monkey at jpobst.com>
+
+ * StatusStrip.cs: Make sure the item's parent gets set in
+SetDisplayedItems.
+ [Fixes bug #82481]
More information about the mono-bugs
mailing list