Tools_MethodList.st
changeset 11914 0aee263d2bcd
parent 11876 aa117e8388d1
child 12036 cfe7abc0d2c8
--- a/Tools_MethodList.st	Tue Oct 23 20:20:05 2012 +0200
+++ b/Tools_MethodList.st	Tue Oct 23 20:20:25 2012 +0200
@@ -1009,7 +1009,7 @@
             ) ifTrue:[ 
                 (packageFilterValue isNil 
                     or:[ (packageFilterValue includes:mthd package)
-                    or:[ categoryIsExtensionsPseudoCategory and:[ mthd isExtension ] ]]
+                    or:[ categoryIsExtensionsPseudoCategory and:[ mthd isExtension] ]]
                 ) ifTrue:[
                     entries add:(Array with:cls with:sel with:mthd).
                     selectorBag add:sel.
@@ -1757,9 +1757,9 @@
 !MethodList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.69 2012-10-20 19:39:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.70 2012-10-23 18:20:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.69 2012-10-20 19:39:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.70 2012-10-23 18:20:25 cg Exp $'
 ! !