DebugView.st
changeset 7971 c769005fe651
parent 7912 3c7e853977b7
child 7981 658dac13ed05
--- a/DebugView.st	Fri Feb 08 11:43:43 2008 +0100
+++ b/DebugView.st	Mon Feb 11 15:09:13 2008 +0100
@@ -1179,9 +1179,8 @@
     self autoRaiseView ifTrue:[
         "/ self raise.
         self raiseDeiconified.
-        self topView activate.
-        self topView setForegroundWindow.
-        self topView activate.
+        self topView 
+            activate; setForegroundWindow; activate.
     ].
 
     canContinue := true.
@@ -6085,7 +6084,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.424 2007-12-18 13:06:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.425 2008-02-11 14:09:13 cg Exp $'
 ! !
 
 DebugView initialize!