Tools__NavigationState.st
branchjv
changeset 12265 f1b3696cf042
parent 12262 d25ef6bb0ef3
child 12268 cb43ab66c093
--- a/Tools__NavigationState.st	Tue Jul 24 18:17:26 2012 +0100
+++ b/Tools__NavigationState.st	Wed Jul 25 10:51:30 2012 +0100
@@ -1370,7 +1370,7 @@
 
     theSingleMethod notNil ifTrue:[
         methodName := theSingleMethod selector.
-        methodName ifNotNil:[methodName := methodName selector].
+        methodName isSymbol ifTrue:[methodName := methodName selector].
         theSingleMethod isJavaMethod ifTrue:[
             methodName := theSingleMethod printStringForBrowserWithSelector:methodName.
         ].
@@ -1669,9 +1669,9 @@
 !NavigationState class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.41 2012/02/12 23:19:21 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.42 2012/07/19 18:28:54 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: Tools__NavigationState.st 8018 2012-07-18 17:00:57Z vranyj1 $'
+    ^ '$Id: Tools__NavigationState.st 8022 2012-07-25 09:51:30Z vranyj1 $'
 ! !