NewSystemBrowser.st
changeset 9386 6f88d3fee153
parent 9373 60daaa4a9f65
child 9394 5106d6c5e128
--- a/NewSystemBrowser.st	Tue Mar 09 13:10:12 2010 +0100
+++ b/NewSystemBrowser.st	Tue Mar 09 13:10:20 2010 +0100
@@ -16458,7 +16458,7 @@
 
                     (aChange isMethodChange or:[aChange isClassChange]) ifTrue:[
                         (cls := aChange changeClass) notNil ifTrue:[
-                            (cls isRealNameSpace not) ifTrue:[
+                            cls isRealNameSpace ifFalse:[
                                 cls := cls theNonMetaclass.
                                 classes add:cls.
                                 cls isPrivate ifTrue:[
@@ -43933,11 +43933,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1444 2010-02-26 08:49:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1445 2010-03-09 12:10:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1444 2010-02-26 08:49:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1445 2010-03-09 12:10:20 cg Exp $'
 ! !
 
 NewSystemBrowser initialize!