Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>2010-05-06 12:21:23 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2010-05-06 12:21:23 +0400
commit324d1f6461db47c68b497e76fab81e2379968071 (patch)
treef4e42a40eb9db2b8e319f396c74af1a93c4129e2 /mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
parenteeee31c39494e30407129a26c6041b67ee56a889 (diff)
* TreeNodeCollection.cs: When adding a sorted node return the correct
position of that node instead of returning the count. Patch from Thomas Goldstein (stifu@free.fr). 2010-05-06 Carlos Alberto Cortez <calberto.cortez@gmail.com> svn path=/trunk/mcs/; revision=156783
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
index 8abaeddc4b9..0d9db4a62a2 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
@@ -1,5 +1,11 @@
2010-05-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+ * TreeNodeCollection.cs: When adding a sorted node return the correct
+ position of that node instead of returning the count.
+ Patch from Thomas Goldstein (stifu@free.fr).
+
+2010-05-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
* TreeNodeCollection.cs: In SetupNode remove the redundant check,
since we only need to have a valid tree view to call UpdateBelow.
Patch from Thomas Goldstein (stifu@free.fr).