change & update
authorca
Fri, 14 Nov 1997 10:25:28 +0100
changeset 620 963acb192f06
parent 619 4a919c3f5f04
child 621 620553e6a537
change & update
DSVLabelView.st
--- a/DSVLabelView.st	Fri Nov 14 10:25:05 1997 +0100
+++ b/DSVLabelView.st	Fri Nov 14 10:25:28 1997 +0100
@@ -117,7 +117,7 @@
 
     self shown ifTrue:[
         what == #sizeOfContents ifTrue:[
-            columnView listSizeChanged ifFalse:[
+            columnView sizeOfListChanged ifFalse:[
                 self invalidate
             ].
             ^ self
@@ -302,5 +302,5 @@
 !DSVLabelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.7 1997-11-12 16:26:33 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.8 1997-11-14 09:25:28 ca Exp $'
 ! !