no need to yield in updateStep
authorClaus Gittinger <cg@exept.de>
Fri, 06 Feb 2009 13:01:38 +0100
changeset 8533 a7c6058dc523
parent 8532 96a840b1bace
child 8534 163dd382669b
no need to yield in updateStep
DirectoryContentsBrowser.st
--- a/DirectoryContentsBrowser.st	Wed Feb 04 10:29:41 2009 +0100
+++ b/DirectoryContentsBrowser.st	Fri Feb 06 13:01:38 2009 +0100
@@ -2532,7 +2532,7 @@
 updateStep
     |timedOut sensor|
 
-    Processor yield.
+    "/ Processor yield.
 
     sensor := self windowGroup sensor.
     (sensor anyButtonPressed or:[sensor shiftDown]) ifTrue:[ 
@@ -3302,5 +3302,5 @@
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.219 2008-12-17 07:49:34 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.220 2009-02-06 12:01:38 cg Exp $'
 ! !