*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 26 Mar 2009 00:31:19 +0100
changeset 8589 1a83576f1aee
parent 8588 e0b4240e621e
child 8590 ed2ee3a6e866
*** empty log message ***
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Tue Mar 24 11:00:58 2009 +0100
+++ b/AbstractLauncherApplication.st	Thu Mar 26 00:31:19 2009 +0100
@@ -1238,8 +1238,9 @@
 removeAllBreakAndTracePoints
     "remove all break- and trace points"
 
-    self withCursor:Cursor execute do:[ MessageTracer cleanup]
-
+    self 
+        withCursor:Cursor execute 
+        do:[ MessageTracer cleanup]
 !
 
 startClassBrowser
@@ -6702,5 +6703,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.371 2009-02-20 14:14:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.372 2009-03-25 23:31:19 cg Exp $'
 ! !