LayoutOrigin.st
changeset 2134 0ef95141831c
parent 1821 5539214ed293
child 3016 e2374dddc45f
--- a/LayoutOrigin.st	Tue Apr 11 19:57:32 2006 +0200
+++ b/LayoutOrigin.st	Mon Jul 03 18:10:12 2006 +0200
@@ -298,7 +298,7 @@
     "
 
     ^ Array
-        with:self class name asSymbol
+        with:self class name
         with:leftOffset
         with:leftFraction
         with:topOffset
@@ -390,5 +390,5 @@
 !LayoutOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.23 2003-09-22 16:19:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.24 2006-07-03 16:10:12 stefan Exp $'
 ! !