ListEntry.st
changeset 109 88467c13bf31
parent 108 b228b94be590
child 123 5ac860f2e7b8
--- a/ListEntry.st	Mon Dec 11 18:05:14 1995 +0100
+++ b/ListEntry.st	Mon Dec 11 18:06:59 1995 +0100
@@ -75,7 +75,7 @@
     ^ self subclassResponsibility
 !
 
-displayOn:aGC x:x y:yopaque:opaque
+displayOn:aGC x:x y:y opaque:opaque
     "display the receiver on a GC"
 
     ^ self subclassResponsibility
@@ -100,5 +100,5 @@
 !ListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.6 1995-12-11 17:05:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.7 1995-12-11 17:06:57 cg Exp $'
 ! !