Fixed tree selection default.

2006-01-03  Lillian Angel  <[EMAIL PROTECTED]>

        * javax/swing/tree/DefaultTreeSelectionModel.java
        (DefaultTreeSelectionModel): Default should be 
        DISCONTIGUOUS_TREE_SELECTION.

Index: javax/swing/tree/DefaultTreeSelectionModel.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/tree/DefaultTreeSelectionModel.java,v
retrieving revision 1.20
diff -u -r1.20 DefaultTreeSelectionModel.java
--- javax/swing/tree/DefaultTreeSelectionModel.java	18 Aug 2005 20:50:39 -0000	1.20
+++ javax/swing/tree/DefaultTreeSelectionModel.java	3 Jan 2006 18:59:22 -0000
@@ -116,7 +116,7 @@
 	 */
 	public DefaultTreeSelectionModel()
 	{
-		setSelectionMode(SINGLE_TREE_SELECTION);
+		setSelectionMode(DISCONTIGUOUS_TREE_SELECTION);
 		listenerList = new EventListenerList();
 	}
 
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to