Author: everaldo
Date: 2007-12-11 02:53:33 -0500 (Tue, 11 Dec 2007)
New Revision: 91073

Modified:
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs
Log:
2007-12-10  Everaldo Canuto  <[EMAIL PROTECTED]>

        * MenuAPI.cs: When process menu keys return true by default only if 
menu is
        active. Fixes bug #342892.



Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2007-12-11 06:44:34 UTC (rev 91072)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2007-12-11 07:53:33 UTC (rev 91073)
@@ -1,3 +1,8 @@
+2007-12-10  Everaldo Canuto  <[EMAIL PROTECTED]>
+
+       * MenuAPI.cs: When process menu keys return true by default only if 
menu is
+       active. Fixes bug #342892.
+
 2007-12-09  Andreia Gaita <[EMAIL PROTECTED]>
 
        * Control.cs: check if windows are actually mapped before

Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs       
2007-12-11 06:44:34 UTC (rev 91072)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs       
2007-12-11 07:53:33 UTC (rev 91073)
@@ -744,7 +744,7 @@
                                break;
                        }
 
-                       return true;
+                       return active;
                }
        }
 

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

Reply via email to