DebugView.st
changeset 3769 3c6e68ee0593
parent 3723 250da8f1a968
child 3779 d1df99e9ec66
--- a/DebugView.st	Fri Aug 02 14:58:11 2002 +0200
+++ b/DebugView.st	Fri Aug 02 15:56:35 2002 +0200
@@ -1188,7 +1188,7 @@
     ] ifTrue:[
         "/ create a windowGroup with a synchronous sensor for me
 
-        windowGroup sensor:(SynchronousWindowSensor new).
+        windowGroup beSynchronous.
     ].
     windowGroup setProcess:Processor activeProcess.
     "
@@ -5803,6 +5803,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.324 2002-07-15 09:49:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.325 2002-08-02 13:56:35 penk Exp $'
 ! !
 DebugView initialize!