In my last commit I renamed the method registerKeyboardAction, but forgot
to change the call of this method. Also fixed.

2005-09-23  Roman Kennke  <[EMAIL PROTECTED]>

        * javax/swing/plaf/basic/BasicDesktopPaneUI.java
        (installKeyboardActions): Call renamed method
registerKeyboardActions.

/Roman
Index: javax/swing/plaf/basic/BasicDesktopPaneUI.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/basic/BasicDesktopPaneUI.java,v
retrieving revision 1.6
diff -u -r1.6 BasicDesktopPaneUI.java
--- javax/swing/plaf/basic/BasicDesktopPaneUI.java	23 Sep 2005 13:20:07 -0000	1.6
+++ javax/swing/plaf/basic/BasicDesktopPaneUI.java	23 Sep 2005 13:26:13 -0000
@@ -381,7 +381,7 @@
   protected void installKeyboardActions()
   {
     // FIXME: create actions and keystrokes.
-    registerKeyboardAction();
+    registerKeyboardActions();
   }
 
   /**
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to