SelectionInListView.st
changeset 3240 eb9262da45b6
parent 3135 bb9993067626
child 3241 9258970123b9
--- a/SelectionInListView.st	Mon Jan 23 16:58:56 2006 +0100
+++ b/SelectionInListView.st	Mon Jan 23 20:57:08 2006 +0100
@@ -21,7 +21,7 @@
 		keyActionStyle returnKeyActionStyle toggleSelect strikeOut
 		iSearchString items doubleClickMsg hilightStyle clickPosition
 		allowDrag dragObjectConverter dragIsActive endDragAction
-		dropTarget dropSource visualBlock selectedVisualBlock
+                dropSource visualBlock selectedVisualBlock
 		selectConditionBlock'
 	classVariableNames:'RightArrowShadowForm RightArrowLightForm RightArrowForm
 		SmallRightArrowShadowForm SmallRightArrowLightForm
@@ -3981,5 +3981,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.230 2005-02-28 14:53:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.231 2006-01-23 19:57:08 cg Exp $'
 ! !