Index: java/awt/TextComponent.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/awt/TextComponent.java,v retrieving revision 1.19 diff -U3 -r1.19 TextComponent.java --- java/awt/TextComponent.java 2 Jul 2005 20:32:26 -0000 1.19 +++ java/awt/TextComponent.java 15 Aug 2005 20:13:06 -0000 @@ -475,7 +475,7 @@ if (selectionEnd > text.length()) selectionEnd = text.length(); - if (selectionStart > getSelectionEnd()) + if (selectionStart > selectionEnd) selectionStart = selectionEnd; this.selectionStart = selectionStart;