#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 15:55:40 +0100
changeset 17028 9f37b7b70356
parent 17027 1e2c7961b922
child 17029 3e5b4af7b64e
#BUGFIX by cg class: Tools::NewSystemBrowser changed: #browseClassExtensionsMenuUsingManagerNamed:
Tools__NewSystemBrowser.st
--- a/Tools__NewSystemBrowser.st	Fri Nov 04 15:50:54 2016 +0100
+++ b/Tools__NewSystemBrowser.st	Fri Nov 04 15:55:40 2016 +0100
@@ -51389,7 +51389,7 @@
             classPackage := eachClass package.
 
             eachClass theNonMetaclass isProjectDefinition ifTrue:[
-                eachClass hasExtensionMethods ifTrue:[
+                eachClass theNonMetaclass hasExtensionMethods ifTrue:[
                     extensionProjectIDs add:classPackage.
                 ].    
             ] ifFalse:[