checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 19 Jun 1999 00:50:11 +0200
changeset 1189 d1df42602935
parent 1188 bea6424548e3
child 1190 91cf6653901e
checkin from browser
ValModel.st
ValueModel.st
--- a/ValModel.st	Sat Jun 19 00:44:59 1999 +0200
+++ b/ValModel.st	Sat Jun 19 00:50:11 1999 +0200
@@ -58,7 +58,7 @@
 !ValueModel class methodsFor:'instance creation'!
 
 new
-    ^ (super new) initialize
+    ^ self basicNew initialize
 ! !
 
 !ValueModel methodsFor:'accessing'!
@@ -163,5 +163,5 @@
 !ValueModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/ValModel.st,v 1.26 1999-04-12 11:16:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ValModel.st,v 1.27 1999-06-18 22:50:11 cg Exp $'
 ! !
--- a/ValueModel.st	Sat Jun 19 00:44:59 1999 +0200
+++ b/ValueModel.st	Sat Jun 19 00:50:11 1999 +0200
@@ -58,7 +58,7 @@
 !ValueModel class methodsFor:'instance creation'!
 
 new
-    ^ (super new) initialize
+    ^ self basicNew initialize
 ! !
 
 !ValueModel methodsFor:'accessing'!
@@ -163,5 +163,5 @@
 !ValueModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.26 1999-04-12 11:16:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.27 1999-06-18 22:50:11 cg Exp $'
 ! !