*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 02 Oct 2003 19:45:57 +0200
changeset 1745 3e7ce9e46a15
parent 1744 c59a91953b64
child 1746 bb4f759cf456
*** empty log message ***
UIObjectView.st
--- a/UIObjectView.st	Thu Oct 02 19:42:26 2003 +0200
+++ b/UIObjectView.st	Thu Oct 02 19:45:57 2003 +0200
@@ -1228,11 +1228,11 @@
     |coll|
 
     (coll := self selection) isCollection ifFalse:[
-	^ coll
+        ^ coll
     ].
 
     coll size == 1 ifTrue:[ ^ coll first].
-  ^ nil
+    ^ nil
 !
 
 singleSelectionDo:aBlock