* ComboBox.cs: Clear out old items before setting the item list.
authorJackson Harper <jackson@novell.com>
Thu, 13 Jul 2006 03:10:44 +0000 (03:10 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 13 Jul 2006 03:10:44 +0000 (03:10 -0000)
commit4275e64209cbaf0b30c8585c357c98e9e394b977
tree0f3eeca528c24949fcfe590191cb384c7365378a
parentff53d8dc7ac8254759d5dd88efb1cd2c0326daf8
    * ComboBox.cs: Clear out old items before setting the item list.
        This prevents databound controls from having their items added
twice.

svn path=/trunk/mcs/; revision=62547
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs