Tools__MethodList.st
branchjv
changeset 17133 f9f20407fbf9
parent 16770 876fd5497347
parent 16891 02a3f0fafc59
child 17134 c4cce8b7a95d
--- a/Tools__MethodList.st	Mon Oct 03 15:15:56 2016 +0100
+++ b/Tools__MethodList.st	Sun Oct 09 22:55:02 2016 +0100
@@ -1688,7 +1688,11 @@
             aMethod hasEnabledBreakpoints ifTrue:[ 
                 icn := self lineBreakPointedIcon
             ] ifFalse:[    
-                icn := self lineTracePointedIcon
+                aMethod hasEnabledTracepoints ifTrue:[ 
+                    icn := self lineTracePointedIcon
+                ] ifFalse:[    
+                    icn := self disabledBreakpointIcon
+                ]    
             ].
         ].
     ].