Tools__MethodCategoryList.st
changeset 15154 fd4c7acfbf66
parent 15118 1130376cb41f
child 15225 74cdc390cf25
--- a/Tools__MethodCategoryList.st	Sun Feb 01 14:32:01 2015 +0100
+++ b/Tools__MethodCategoryList.st	Sun Feb 01 14:32:31 2015 +0100
@@ -1157,7 +1157,7 @@
 commonPostOpen
     super commonPostOpen.
 
-    self showPseudoProtocols ifTrue:[
+    self showPseudoProtocols value ifTrue:[
         "/ revalidate my list, because it was only shown lazy
         self invalidateList.
     ].
@@ -2124,11 +2124,11 @@
 !MethodCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryList.st,v 1.105 2015-01-29 19:21:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryList.st,v 1.106 2015-02-01 13:32:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryList.st,v 1.105 2015-01-29 19:21:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryList.st,v 1.106 2015-02-01 13:32:31 cg Exp $'
 ! !