SelectionInList.st
changeset 166 ad76f0f28698
parent 133 e58c7c979f33
child 174 d80a6cc3f9b2
--- a/SelectionInList.st	Tue Oct 24 18:22:41 1995 +0100
+++ b/SelectionInList.st	Fri Oct 27 15:44:54 1995 +0100
@@ -35,7 +35,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.3 1995-07-23 03:02:38 claus Exp $
+$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.4 1995-10-27 14:44:52 cg Exp $
 "
 !
 
@@ -126,7 +126,7 @@
 !
 
 selectionIndex:newIndex 
-    selectionIndexHolder value ~~ newIndex ifTrue:[
+    selectionIndexHolder value ~= newIndex ifTrue:[
 	selectionIndexHolder value:newIndex
     ]
 !
@@ -245,4 +245,3 @@
 	subject:self sendsUpdates:true
 	accessWith:#selection assignWith:#'selection:' aspect:#selectionIndex
 ! !
-