[Mono-bugs] [Bug 80199][Nor] Changed - ListViewItemCollection accepts a item owned by another ListView
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 14 14:42:05 EST 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 mkestner at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80199
--- shadow/80199 2006-12-11 11:13:33.000000000 -0500
+++ shadow/80199.tmp.20132 2006-12-14 14:42:05.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80199
Product: Mono: Class Libraries
Version: 1.2
OS: GNU/Linux [Other]
OS Details: Ubuntu 6.10
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: mkestner at ximian.com
ReportedBy: dna at informatik.uni-kiel.de
QAContact: mono-bugs at ximian.com
@@ -64,6 +64,9 @@
ListView lv1 = new ListView();
ListView lv2 = new ListView();
ListViewItem item1 = new ListViewItem("item1");
lv1.Items.Add(item1);
lv2.Items.Add(item1);
}
+
+------- Additional Comments From mkestner at ximian.com 2006-12-14 14:42 -------
+revision 69496.
More information about the mono-bugs
mailing list