2007-03-13 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Tue, 13 Mar 2007 14:33:59 +0000 (14:33 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Tue, 13 Mar 2007 14:33:59 +0000 (14:33 -0000)
commit4070a44e1b0c226a3679a5455c1a0de65405cd0d
tree8d0f4acc3388845eedcd759f5afb3892957a2546
parent86823f9836c2ab2df008831e80da29a0c2263cc5
2007-03-13  Jonathan Pobst  <monkey@jpobst.com>

* Form.cs: Don't set owner in ShowDialog until we are sure
that we aren't going to throw an exception.  [Fixes bug #80773]

2007-03-13  Jonathan Pobst  <monkey@jpobst.com>

* FormTest.cs: Add test for bug #80773.

svn path=/trunk/mcs/; revision=74172
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs