ListView.st
changeset 292 f46dea5bdd51
parent 290 f539121393b1
child 305 4aab887bf2ff
--- a/ListView.st	Wed Jan 17 12:18:40 1996 +0100
+++ b/ListView.st	Wed Jan 17 13:06:35 1996 +0100
@@ -1714,7 +1714,7 @@
     "show contents in reverse colors for a moment - to wakeup the user :-)"
 
     self redrawInverted.
-    (Delay forSeconds:0.1) wait.
+    Delay waitForSeconds:0.1.
     self redraw
 
     "
@@ -2770,5 +2770,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.56 1996-01-16 19:07:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.57 1996-01-17 12:06:28 cg Exp $'
 ! !