Author: jpobst
Date: 2008-01-29 11:45:40 -0500 (Tue, 29 Jan 2008)
New Revision: 94265

Modified:
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
Log:
2008-01-29  Jonathan Pobst  <[EMAIL PROTECTED]>

        * Form.cs: corcompare for RestoreBounds.

Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2008-01-29 16:30:48 UTC (rev 94264)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2008-01-29 16:45:40 UTC (rev 94265)
@@ -1,5 +1,9 @@
 2008-01-29  Jonathan Pobst  <[EMAIL PROTECTED]>
 
+       * Form.cs: corcompare for RestoreBounds.
+
+2008-01-29  Jonathan Pobst  <[EMAIL PROTECTED]>
+
        * Control.cs: Add MarshalAs attribute to Font getter for corcompare.
 
 2008-01-29  Jonathan Pobst  <[EMAIL PROTECTED]>

Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs  
2008-01-29 16:30:48 UTC (rev 94264)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs  
2008-01-29 16:45:40 UTC (rev 94265)
@@ -1154,6 +1154,7 @@
 
 #if NET_2_0
                [Browsable (false)]
+               [DesignerSerializationVisibility 
(DesignerSerializationVisibility.Hidden)]
                public Rectangle RestoreBounds {
                        get { return restore_bounds; }
                }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to