bugfix: catch recursion if selection changed through to the model
authorca
Fri, 26 Mar 2004 12:35:58 +0100
changeset 2689 c382886ddb08
parent 2688 2d853020325f
child 2690 53bc9dc52ce4
bugfix: catch recursion if selection changed through to the model
SelectionInTreeView.st
--- a/SelectionInTreeView.st	Fri Mar 26 12:35:42 2004 +0100
+++ b/SelectionInTreeView.st	Fri Mar 26 12:35:58 2004 +0100
@@ -2226,7 +2226,7 @@
 !
 
 selectNodes:aCollectionOfNodes
-    ^ self selectNode:aCollectionOfNodes withNotify:true.
+    ^ self selectNodes:aCollectionOfNodes withNotify:true.
 !
 
 selectNodes:aCollectionOfNodes withNotify:withNotify
@@ -2488,5 +2488,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.105 2004-03-26 11:35:42 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.106 2004-03-26 11:35:58 ca Exp $'
 ! !