dont access the windowGroups sensor directly
authorpenk
Fri, 02 Aug 2002 15:56:35 +0200
changeset 3769 3c6e68ee0593
parent 3768 38098cca20b8
child 3770 1d72f03bbdca
dont access the windowGroups sensor directly
DebugView.st
--- 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!