#errorSignal -> #description
authorStefan Vogel <sv@exept.de>
Fri, 11 Apr 2003 18:49:19 +0200
changeset 3852 fc190ad74774
parent 3851 34637f468b2a
child 3853 a2accdf54c9b
#errorSignal -> #description
WindowSensor.st
--- a/WindowSensor.st	Fri Apr 11 02:09:05 2003 +0200
+++ b/WindowSensor.st	Fri Apr 11 18:49:19 2003 +0200
@@ -812,7 +812,7 @@
     wasBlocked := p blockInterrupts.
     [
         Error handle:[:ex |
-            ('WindowSensor [Warning]: Error in eventQ handling ignored: ' , ex errorString) errorPrintCR.
+            ('WindowSensor [Warning]: Error in eventQ handling ignored: ' , ex description) errorPrintCR.
             ex return
         ] do:[
             damageEventAccessLock critical:aBlock
@@ -3088,7 +3088,7 @@
 !WindowSensor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.210 2003-03-19 15:39:40 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.211 2003-04-11 16:49:19 stefan Exp $'
 ! !
 
 WindowSensor initialize!