# HG changeset patch # User Claus Gittinger # Date 1265026801 -3600 # Node ID a35d3ecdb0bb06a90c49c50279af62d65124d287 # Parent 185109a66d51f029c726c9106db8890e640935f4 comment/format in: #selection: diff -r 185109a66d51 -r a35d3ecdb0bb SelectionInTree.st --- a/SelectionInTree.st Mon Feb 01 12:29:25 2010 +0100 +++ b/SelectionInTree.st Mon Feb 01 13:20:01 2010 +0100 @@ -9,9 +9,6 @@ other person. No title to or ownership of the software is hereby transferred. " - - - "{ Package: 'stx:libwidg2' }" Model subclass:#SelectionInTree @@ -811,8 +808,8 @@ ! selection:indexesOrNil - "set the selection - " + "set the selection" + self selectionIndex:indexesOrNil ! @@ -943,5 +940,9 @@ !SelectionInTree class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTree.st,v 1.34 2005-08-02 13:14:45 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTree.st,v 1.35 2010-02-01 12:20:01 cg Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTree.st,v 1.35 2010-02-01 12:20:01 cg Exp $' ! !