class: DebugView
authorClaus Gittinger <cg@exept.de>
Thu, 20 Nov 2014 20:29:47 +0100
changeset 14877 f1edca580b1d
parent 14876 67b7cdd56b41
child 14878 d33a626816f6
class: DebugView changed: #updateForContext:
DebugView.st
--- a/DebugView.st	Thu Nov 20 16:17:23 2014 +0100
+++ b/DebugView.st	Thu Nov 20 20:29:47 2014 +0100
@@ -8910,7 +8910,7 @@
                             codeView contents:(resources
                                                        string:'** no sourcefile: %1 **'
                                                        with:method sourceFilename).
-                            codeView flash.
+                            codeView flash:'no source'.
                             codeSet := true.
                         ] ifFalse:[
                             [
@@ -9457,15 +9457,15 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.670 2014-11-14 14:46:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.671 2014-11-20 19:29:47 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.670 2014-11-14 14:46:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.671 2014-11-20 19:29:47 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: DebugView.st,v 1.670 2014-11-14 14:46:00 cg Exp $'
+    ^ '$Id: DebugView.st,v 1.671 2014-11-20 19:29:47 cg Exp $'
 ! !