Fixed DNU in Tools::MethodList>>listEntryForMethod:selector:class:showClass:showCategory:classFirst:suppressInheritanceInfo: jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 10 Apr 2013 11:56:26 +0200
branchjv
changeset 12652 e5f95ff2fedf
parent 12650 e0f607754b9a
child 12653 d54ff2185881
Fixed DNU in Tools::MethodList>>listEntryForMethod:selector:class:showClass:showCategory:classFirst:suppressInheritanceInfo: breakPointedIcon -> stopIcon for methods with breakpoints.
Tools__MethodList.st
--- a/Tools__MethodList.st	Thu Apr 04 19:06:16 2013 +0100
+++ b/Tools__MethodList.st	Wed Apr 10 11:56:26 2013 +0200
@@ -1623,7 +1623,7 @@
     "/
     icn isNil ifTrue:[
         (aMethod notNil and:[aMethod isMethodWithBreakpoints]) ifTrue:[
-            icn := self breakPointedIcon
+            icn := self stopIcon
         ].
     ].
 
@@ -1786,8 +1786,8 @@
 
     "Created: / 22-10-1996 / 19:51:00 / cg"
     "Modified: / 15-08-2009 / 13:13:32 / Jan Vrany <vranyj1@fel.cvut.cz>"
-    "Modified: / 17-11-2011 / 20:51:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 07-03-2012 / 19:06:09 / cg"
+    "Modified: / 10-04-2013 / 11:45:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !MethodList methodsFor:'private-watching'!