* Binding.cs: fix PullData/SetPropertyValue. We don't want to
commit2b1ce569dc6d7ad9648be52903981ff4575e83ab
authorChris Toshok <toshok@novell.com>
Tue, 15 Aug 2006 19:14:56 +0000 (15 19:14 -0000)
committerChris Toshok <toshok@novell.com>
Tue, 15 Aug 2006 19:14:56 +0000 (15 19:14 -0000)
treee2305f3176da244ba0ab0d9900e58c80bfb61909
parent720e5aab1256857ad26d1f1ec4cef065dff12fd5
* Binding.cs: fix PullData/SetPropertyValue.  We don't want to
pass manager.Current.GetType() to ParseData.  It has to be the
property type.  So, hold off doing the ParseData until we're in
SetPropertyValue where we know the type.  This fixes the crash in
#78821 but the textbox is still empty.

2006-08-15  Chris Toshok  <toshok@ximian.com>

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