# HG changeset patch # User Stefan Vogel # Date 1343035127 -7200 # Node ID 4f39a925956db81e4ddab45f64a5977f9c272afc # Parent 65b3f2a82ba7c3848d0568e21649b1af596d72ab changed: #toggleShowSupportCode fix typo: #ifTrue:ifTrue: diff -r 65b3f2a82ba7 -r 4f39a925956d 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