[Mono-bugs] [Bug 76979][Blo] Changed - Fix:
TreeNodeTest.FullPathTest throws NullReferenceException
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 16 18:29:41 EST 2005
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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76979
--- shadow/76979 2005-12-13 12:36:03.000000000 -0500
+++ shadow/76979.tmp.2918 2005-12-16 18:29:41.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76979
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: SUSE 10 OSS
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: dbjobs at snafu.de
QAContact: mono-bugs at ximian.com
@@ -102,6 +102,9 @@
+ if (tree_view != null && removed ==
tree_view.top_node) {
OpenTreeNodeEnumerator oe = new
OpenTreeNodeEnumerator (removed);
if (oe.MoveNext () && oe.MoveNext ())
tree_view.top_node = oe.CurrentNode;
+
+------- Additional Comments From jackson at ximian.com 2005-12-16 18:29 -------
+Thanks, this fix is in SVN.
More information about the mono-bugs
mailing list