Hey! This patch looks good, please commit.
Thanks! Jackson On Thu, 2005-10-13 at 16:40 -0300, Rafael Teixeira wrote: > 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! > _______________________________________________ > Mono-winforms-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-winforms-list _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
