*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 24 Nov 2005 17:12:10 +0100
changeset 3215 f6bf6065822c
parent 3214 7ab9bba4883d
child 3216 8161c0b4b38e
*** empty log message ***
Label.st
--- a/Label.st	Tue Nov 22 13:44:19 2005 +0100
+++ b/Label.st	Thu Nov 24 17:12:10 2005 +0100
@@ -1176,7 +1176,7 @@
 
     <resource:#obsolete>
 
-    something isLayout ifTrue:[^ super layout:something].
+    something isSymbol ifFalse:[^ super layout:something].
 
     self obsoleteMethodWarning:'use #adjust:'.
     self adjust:something
@@ -1835,5 +1835,5 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.126 2004-09-30 10:31:52 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.127 2005-11-24 16:12:10 cg Exp $'
 ! !