StopRedrawSignal is a Notification, not an Error.
authorStefan Vogel <sv@exept.de>
Sun, 19 Mar 2000 00:54:56 +0100
changeset 1736 eda99db343be
parent 1735 941d5de7372c
child 1737 c18896a7cb50
StopRedrawSignal is a Notification, not an Error.
ListModelView.st
--- a/ListModelView.st	Wed Mar 15 07:18:18 2000 +0100
+++ b/ListModelView.st	Sun Mar 19 00:54:56 2000 +0100
@@ -134,7 +134,7 @@
     "
     super initialize.
 
-    StopRedrawSignal := ErrorSignal newSignalMayProceed:false.
+    StopRedrawSignal := Notification newSignalMayProceed:false.
 ! !
 
 !ListModelView class methodsFor:'Signal constants'!
@@ -1511,6 +1511,6 @@
 !ListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListModelView.st,v 1.35 2000-03-09 15:43:37 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListModelView.st,v 1.36 2000-03-18 23:54:56 stefan Exp $'
 ! !
 ListModelView initialize!