Tools_MethodCategoryList.st
changeset 10687 b10e596f7d9b
parent 10679 b5345fb2b162
child 10712 da12d4dac8b9
--- a/Tools_MethodCategoryList.st	Thu Sep 08 05:08:16 2011 +0200
+++ b/Tools_MethodCategoryList.st	Thu Sep 08 05:27:41 2011 +0200
@@ -1260,7 +1260,7 @@
                                                         info isAnnotated ifTrue:[ numAnnotated := numAnnotated + 1].
                                                     ]
                                                 ].
-                                                (Timestamp now deltaFrom:startTime) > 10 seconds ifTrue:[
+                                                (Timestamp now deltaFrom:startTime) > 5 seconds ifTrue:[
                                                     lazyPseudoProtocols := true.
                                                     "/ because we already computed for 10seconds, more and more will be found in
                                                     "/ the cache, and eventually, pseudo protocols will be shown anyway
@@ -1512,7 +1512,7 @@
 
     "Created: / 05-02-2000 / 13:42:11 / cg"
     "Modified: / 31-08-2011 / 16:26:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 07-09-2011 / 11:32:14 / cg"
+    "Modified: / 08-09-2011 / 04:56:47 / cg"
 !
 
 makeDependent
@@ -1976,11 +1976,11 @@
 !MethodCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.74 2011-09-07 09:35:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.75 2011-09-08 03:27:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.74 2011-09-07 09:35:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.75 2011-09-08 03:27:41 cg Exp $'
 ! !
 
 MethodCategoryList initialize!