DirectoryContentsBrowser.st
changeset 9791 16490ee3c3a0
parent 9538 1c979c56c36b
child 9880 06f533cdb0c7
--- a/DirectoryContentsBrowser.st	Tue Mar 01 19:47:46 2011 +0100
+++ b/DirectoryContentsBrowser.st	Wed Mar 02 23:42:30 2011 +0100
@@ -2543,17 +2543,17 @@
         timedOut := (changeSema waitWithTimeoutMs:(self class updateTaskCyleTime)) isNil.
         self debugMessage:'timedOut:', timedOut asString.
 
-"/        (self filterChangeFlag 
-"/        or:[self sortBlockChangeFlag 
-"/        or:[self directoryChangeFlag
-"/        or:[self directoryContentsChangeFlag]]]) ifTrue:[
+        (self filterChangeFlag 
+        or:[self sortBlockChangeFlag 
+        or:[self directoryChangeFlag
+        or:[self directoryContentsChangeFlag]]]) ifTrue:[
             accessLock critical:[
                 self updateWithTimeout:timedOut.
             ].
-"/        ].
+        ].
     ].
 
-    "Modified: / 09-07-2010 / 19:43:12 / cg"
+    "Modified: / 02-03-2011 / 23:00:02 / cg"
 !
 
 updateWithTimeout:timeOut
@@ -3328,9 +3328,9 @@
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.235 2010-08-10 12:08:54 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.236 2011-03-02 22:42:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.235 2010-08-10 12:08:54 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.236 2011-03-02 22:42:30 cg Exp $'
 ! !