[Mono-winforms-list] Re: Small patch to correct TreeNode behaviour
Peter Dennis Bartok
peter at novonyx.com
Thu Oct 13 15:44:15 EDT 2005
Rafael,
Jackson, as the owner of TreeView, has to approve the patches. I'm sorry
that it's been pending for so long. I do know that he did work in that area,
but he just moved and his Internet connection is not yet back online. He
expects to be back by Saturday, though. I will remind him of this and your
other pending patches.
Thanks, and my apologies for the delay!
Cheers,
Peter
-----Original Message-----
From: "Rafael Teixeira" <monoman at gmail.com>
To: <mono-winforms-list at lists.ximian.com>; "Peter Dennis Bartok"
<peter at novonyx.com>
Date: 13 October, 2005 13:40
Subject: Small patch to correct TreeNode behaviour
Inline as it is really small.
Index: TreeNode.cs
===================================================================
--- TreeNode.cs (revision 51682)
+++ TreeNode.cs (working copy)
@@ -146,7 +146,7 @@
check = value;
if (TreeView != null)
- tree_view.UpdateNode (this);
+ TreeView.UpdateNode (this);
}
}
OK to commit?
--
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes.
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!
More information about the Mono-winforms-list
mailing list