View.st
changeset 143 b237b9013f51
parent 140 0db355079dc4
child 147 f47b29edbd48
--- a/View.st	Fri May 12 20:01:16 1995 +0200
+++ b/View.st	Fri May 12 20:10:19 1995 +0200
@@ -23,7 +23,7 @@
 COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/View.st,v 1.42 1995-05-09 00:23:01 claus Exp $
+$Header: /cvs/stx/stx/libview/View.st,v 1.43 1995-05-12 18:09:12 claus Exp $
 '!
 
 !View class methodsFor:'documentation'!
@@ -44,7 +44,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/View.st,v 1.42 1995-05-09 00:23:01 claus Exp $
+$Header: /cvs/stx/stx/libview/View.st,v 1.43 1995-05-12 18:09:12 claus Exp $
 "
 !
 
@@ -306,7 +306,7 @@
      it will send it to its model when something changes.
      Alias for changeMessage: for ST-80 compatibility."
 
-    changeMsg := changeSymbol
+    self changeMessage:changeSymbol
 !
 
 aspect:aspectSymbol