Author: jba
Date: 2005-06-10 04:05:27 -0400 (Fri, 10 Jun 2005)
New Revision: 45737

Modified:
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MonthCalendar.cs
Log:
- MonthCalendar.cs: Removed MonoTodo attributes on Click and 
  DoubleClick events, since they are not meant to be fired.


Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2005-06-10 07:48:56 UTC (rev 45736)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2005-06-10 08:05:27 UTC (rev 45737)
@@ -1,3 +1,6 @@
+2005-06-10  John BouAntoun <[EMAIL PROTECTED]>
+       * MonthCalendar.cs: Removed MonoTodo attributes on Click and 
+         DoubleClick events, since they are not meant to be fired.
 2005-06-09  Peter Bartok  <[EMAIL PROTECTED]>
 
        * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated

Modified: 
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MonthCalendar.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MonthCalendar.cs 
2005-06-10 07:48:56 UTC (rev 45736)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MonthCalendar.cs 
2005-06-10 08:05:27 UTC (rev 45737)
@@ -1083,12 +1083,12 @@
                [EditorBrowsable (EditorBrowsableState.Never)]
                public event EventHandler BackgroundImageChanged;
 
-               [MonoTODO("Fire Click event")]
+               // this event is overridden to supress it from being fired
                [Browsable(false)]
                [EditorBrowsable (EditorBrowsableState.Never)]
                public event EventHandler Click;
 
-               [MonoTODO("Fire DoubleClick event")]
+               // this event is overridden to supress it from being fired
                [Browsable(false)]
                [EditorBrowsable (EditorBrowsableState.Never)]
                public event EventHandler DoubleClick;

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

Reply via email to