changed: #toggleShowSupportCode
authorStefan Vogel <sv@exept.de>
Mon, 23 Jul 2012 11:18:47 +0200
changeset 11645 4f39a925956d
parent 11644 65b3f2a82ba7
child 11646 32f3ceaad846
changed: #toggleShowSupportCode fix typo: #ifTrue:ifTrue:
DebugView.st
--- a/DebugView.st	Sun Jul 22 10:02:43 2012 +0200
+++ b/DebugView.st	Mon Jul 23 11:18:47 2012 +0200
@@ -5072,7 +5072,7 @@
 toggleShowSupportCode
     hideSupportCode ifTrue:[
         self showSupportCode
-    ] ifTrue:[
+    ] ifFalse:[
         self hideSupportCode
     ].
 
@@ -8001,11 +8001,11 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.546 2012-07-20 13:29:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.547 2012-07-23 09:18:47 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.546 2012-07-20 13:29:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.547 2012-07-23 09:18:47 stefan Exp $'
 !
 
 version_SVN