SelectionInTreeView.st
changeset 3690 867272f708bc
parent 3456 fa55a397f4c9
child 3692 af710a4ee08a
--- a/SelectionInTreeView.st	Thu May 07 14:07:57 2009 +0200
+++ b/SelectionInTreeView.st	Sun May 10 13:00:39 2009 +0200
@@ -2397,8 +2397,8 @@
 !
 
 selectedNodeChangeSequenceOrder:anOffset
-    "move child 'anOffset' forward or backward in list of children
-    "
+    "move child 'anOffset' forward or backward in list of children"
+
     |idx node size parent|
 
     (      (node   := self selectedNode) notNil
@@ -2494,5 +2494,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.110 2008-06-28 11:55:01 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.111 2009-05-10 11:00:39 cg Exp $'
 ! !