The method registerKeyboardAction should actually be named
registerKeyboardActions. I fixed this.
2005-09-23 Roman Kennke <[EMAIL PROTECTED]>
* javax/swing/plaf/basic/BasicDesktopPaneUI.java
(registerKeyboardAction): Renamed this method to
registerKeyboardActions as specified.
/Roman
Index: javax/swing/plaf/basic/BasicDesktopPaneUI.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/basic/BasicDesktopPaneUI.java,v
retrieving revision 1.5
diff -u -r1.5 BasicDesktopPaneUI.java
--- javax/swing/plaf/basic/BasicDesktopPaneUI.java 24 Aug 2005 08:01:00 -0000 1.5
+++ javax/swing/plaf/basic/BasicDesktopPaneUI.java 23 Sep 2005 13:18:49 -0000
@@ -405,7 +405,7 @@
* This method registers the actions to the appropriate Action and Input
* maps.
*/
- protected void registerKeyboardAction()
+ protected void registerKeyboardActions()
{
// FIXME: Do the binding.
// XXX: the gtk windows tend to intercept a lot of the
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches