DebugView.st
changeset 579 d461478b2ac2
parent 563 93633e3ff304
child 581 d1a1ae9d49e4
--- a/DebugView.st	Tue May 28 16:56:04 1996 +0200
+++ b/DebugView.st	Tue May 28 18:44:00 1996 +0200
@@ -341,7 +341,7 @@
     ] ifTrue:[
         "/ create a windowGroup with a synchronous sensor for me
 
-        windowGroup sensor:(SynchronousWindowSensor new device:device).
+        windowGroup sensor:(SynchronousWindowSensor new).
     ].
     windowGroup setProcess:Processor activeProcess.
 
@@ -638,7 +638,7 @@
 
     "Created: 24.11.1995 / 19:52:54 / cg"
     "Modified: 3.5.1996 / 23:58:16 / stefan"
-    "Modified: 25.5.1996 / 12:26:53 / cg"
+    "Modified: 28.5.1996 / 18:42:23 / cg"
 !
 
 openOn:aProcess
@@ -2542,5 +2542,5 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.84 1996-05-25 11:29:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.85 1996-05-28 16:44:00 cg Exp $'
 ! !