Tools__NewSystemBrowser.st
changeset 17472 d04f688c4170
parent 17470 23bd60466955
child 17480 d11cc4c467c5
--- a/Tools__NewSystemBrowser.st	Wed Mar 15 12:19:38 2017 +0100
+++ b/Tools__NewSystemBrowser.st	Wed Mar 15 13:05:12 2017 +0100
@@ -56838,7 +56838,7 @@
             classes := dialog classesToSearch.
             string := dialog selectorToSearch.
             searchWhat == #selector ifTrue:[
-                (string includesString:' >> ') ifTrue:[
+                (string notNil and:[string includesString:' >> ']) ifTrue:[
                     string := (string copyFrom:(string indexOfString:' >> ')+4) withoutSeparators.
                     (string startsWith:'#') ifTrue:[ string := string copyFrom:2 ].
                 ].    
@@ -57048,7 +57048,7 @@
     ] valueWithRestart.
 
     "Modified: / 04-09-2013 / 17:39:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 15-03-2017 / 11:51:11 / cg"
+    "Modified: / 15-03-2017 / 13:03:54 / cg"
 !
 
 askForMethodAndSpawnSearchTitle:title browserLabel:labelHolderOrBlock