font settings loadrequest on postBuild now
authorpenk
Tue, 14 Jan 2003 10:59:25 +0100
changeset 4438 74e64acf5dd0
parent 4437 3beb6a9ad203
child 4439 654ee8887c81
font settings loadrequest on postBuild now
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Tue Jan 14 10:55:46 2003 +0100
+++ b/AbstractSettingsApplication.st	Tue Jan 14 10:59:25 2003 +0100
@@ -2825,21 +2825,10 @@
     textLabel := aWidget.
 !
 
-postOpen
+postBuildWith:aBuilder
 
     self loadRequest.
-!
-
-postOpenAsSubcanvasWith:aBuilder
-
-    self postOpen.
-    ^ super postOpenAsSubcanvasWith:aBuilder
-!
-
-postOpenWith:aBuilder
-
-    self postOpen.
-    ^ super postOpenWith:aBuilder
+    super postBuildWith:aBuilder
 ! !
 
 !AbstractSettingsApplication::FontSettingsAppl methodsFor:'queries'!
@@ -11594,5 +11583,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.20 2003-01-10 16:56:51 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.21 2003-01-14 09:59:25 penk Exp $'
+! !