Author: everaldo
Date: 2007-12-11 02:59:04 -0500 (Tue, 11 Dec 2007)
New Revision: 91074
Modified:
branches/mono-1-2-6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
branches/mono-1-2-6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs
Log:
2007-12-10 Everaldo Canuto <[EMAIL PROTECTED]>
[Backport to 1.2.6]
* MenuAPI.cs: When process menu keys return true by default only if
menu is
active. Fixes bug #342892.
Modified:
branches/mono-1-2-6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
---
branches/mono-1-2-6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-12-11 07:53:33 UTC (rev 91073)
+++
branches/mono-1-2-6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2007-12-11 07:59:04 UTC (rev 91074)
@@ -1,3 +1,9 @@
+2007-12-10 Everaldo Canuto <[EMAIL PROTECTED]>
+
+ [Backport to 1.2.6]
+ * 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]>
[Backport to 1.2.6]
* Control.cs: check if windows are actually mapped before
Modified:
branches/mono-1-2-6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs
===================================================================
---
branches/mono-1-2-6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs
2007-12-11 07:53:33 UTC (rev 91073)
+++
branches/mono-1-2-6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs
2007-12-11 07:59:04 UTC (rev 91074)
@@ -744,7 +744,7 @@
break;
}
- return true;
+ return active;
}
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches