updateFromModel
authorClaus Gittinger <cg@exept.de>
Thu, 12 Sep 2002 15:58:36 +0200
changeset 2186 05b16a66bb3d
parent 2185 639d20ab5667
child 2187 020c575c4d64
updateFromModel
ColorMenu.st
FontMenu.st
--- a/ColorMenu.st	Thu Sep 12 15:54:37 2002 +0200
+++ b/ColorMenu.st	Thu Sep 12 15:58:36 2002 +0200
@@ -257,7 +257,7 @@
 
     super model:aValueHolder.
     model notNil ifTrue:[
-        self updateFomModel
+        self updateFromModel
     ]
 ! !
 
@@ -272,7 +272,7 @@
 
 !ColorMenu methodsFor:'change & update'!
 
-updateFomModel
+updateFromModel
     self color:(model value)
 ! !
 
@@ -892,5 +892,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.29 2002-09-12 13:39:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.30 2002-09-12 13:58:36 cg Exp $'
 ! !
--- a/FontMenu.st	Thu Sep 12 15:54:37 2002 +0200
+++ b/FontMenu.st	Thu Sep 12 15:58:36 2002 +0200
@@ -303,13 +303,13 @@
     "
     super model:aValueHolder.
     model notNil ifTrue:[
-        self updateFomModel
+        self updateFromModel
     ].
 ! !
 
 !FontMenu methodsFor:'change & update'!
 
-updateFomModel
+updateFromModel
     self fontDescription:(model value)
 ! !
 
@@ -348,5 +348,5 @@
 !FontMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.11 2002-09-12 13:39:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.12 2002-09-12 13:58:27 cg Exp $'
 ! !