checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 19 Jun 1997 18:31:47 +0200
changeset 1190 d265f77ecbc8
parent 1189 e70c065ddf8f
child 1191 d200548bc0b0
checkin from browser
SBrowser.st
SystemBrowser.st
--- a/SBrowser.st	Thu Jun 19 16:05:17 1997 +0200
+++ b/SBrowser.st	Thu Jun 19 18:31:47 1997 +0200
@@ -1340,7 +1340,7 @@
                             vars := parser usedClassVars
                         ].
                     ].
-                    vars notNil ifTrue:[
+                    vars size > 0 ifTrue:[
                         needMatch ifTrue:[
                             vars do:[:cv |
                                 (varName match:cv) ifTrue:[result := true]
@@ -1357,7 +1357,7 @@
     ].
     ^ searchBlock
 
-    "Modified: 24.4.1996 / 13:21:12 / cg"
+    "Modified: 19.6.1997 / 18:27:57 / cg"
 ! !
 
 !SystemBrowser class methodsFor:'startup'!
@@ -1780,6 +1780,6 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.78 1997-04-18 08:56:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.79 1997-06-19 16:31:47 cg Exp $'
 ! !
 SystemBrowser initialize!
--- a/SystemBrowser.st	Thu Jun 19 16:05:17 1997 +0200
+++ b/SystemBrowser.st	Thu Jun 19 18:31:47 1997 +0200
@@ -1340,7 +1340,7 @@
                             vars := parser usedClassVars
                         ].
                     ].
-                    vars notNil ifTrue:[
+                    vars size > 0 ifTrue:[
                         needMatch ifTrue:[
                             vars do:[:cv |
                                 (varName match:cv) ifTrue:[result := true]
@@ -1357,7 +1357,7 @@
     ].
     ^ searchBlock
 
-    "Modified: 24.4.1996 / 13:21:12 / cg"
+    "Modified: 19.6.1997 / 18:27:57 / cg"
 ! !
 
 !SystemBrowser class methodsFor:'startup'!
@@ -1780,6 +1780,6 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.78 1997-04-18 08:56:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.79 1997-06-19 16:31:47 cg Exp $'
 ! !
 SystemBrowser initialize!