SimpleView.st
changeset 4516 d17fa135d9a3
parent 4515 ecbf26955b5b
child 4517 7d48a7c06720
--- a/SimpleView.st	Wed Mar 15 11:43:51 2006 +0100
+++ b/SimpleView.st	Wed Mar 15 11:44:31 2006 +0100
@@ -3213,7 +3213,7 @@
 components
     "return the collection of non-view components"
 
-    ^ components
+    ^ components ? #()
 
     "Created: 28.5.1996 / 23:59:37 / cg"
 !
@@ -9752,7 +9752,7 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.546 2006-03-15 10:43:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.547 2006-03-15 10:44:31 cg Exp $'
 ! !
 
 SimpleView initialize!