*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 28 Feb 2007 21:28:59 +0100
changeset 3178 b758d4b057f6
parent 3177 36121bb5ae31
child 3179 847e34eb9ca9
*** empty log message ***
HierarchicalFileList.st
--- a/HierarchicalFileList.st	Wed Feb 28 16:54:21 2007 +0100
+++ b/HierarchicalFileList.st	Wed Feb 28 21:28:59 2007 +0100
@@ -487,8 +487,8 @@
             ].
             item notNil ifTrue:[
                 item fetchIndicator.
-                Processor yield.
             ].
+            Processor yield.
         ]
     ] ifCurtailed:[
         task notNil ifTrue:[
@@ -501,6 +501,8 @@
             ]
         ]
     ].
+
+    "Modified: / 27-02-2007 / 11:49:07 / cg"
 ! !
 
 !HierarchicalFileList::HierarchicalFileItem class methodsFor:'instance creation'!
@@ -1260,7 +1262,7 @@
 !HierarchicalFileList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalFileList.st,v 1.65 2007-02-23 11:16:51 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalFileList.st,v 1.66 2007-02-28 20:28:59 cg Exp $'
 ! !
 
 HierarchicalFileList::Directory initialize!