comment/format in: #readAspects:from:
authorClaus Gittinger <cg@exept.de>
Sun, 04 Dec 2011 15:46:15 +0100
changeset 10951 a160d08cac9a
parent 10950 de89034c7c28
child 10952 8e2332b79c71
comment/format in: #readAspects:from:
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Sun Dec 04 12:34:38 2011 +0100
+++ b/AbstractSettingsApplication.st	Sun Dec 04 15:46:15 2011 +0100
@@ -14044,60 +14044,35 @@
 managerHolder
     <resource: #uiAspect>
 
-    "automatically generated by UIPainter ..."
-
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     managerNameHolder isNil ifTrue:[
         managerNameHolder := ValueHolder new.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       managerHolder addDependent:self.
-"/       managerHolder onChangeSend:#managerHolderChanged to:self.
     ].
     ^ managerNameHolder.
+
+    "Modified (comment): / 03-12-2011 / 11:30:58 / cg"
 !
 
 managerNameHolder
     <resource: #uiAspect>
 
-    "automatically generated by UIPainter ..."
-
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     managerNameHolder isNil ifTrue:[
         managerNameHolder := ValueHolder new.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       managerHolder addDependent:self.
-"/       managerHolder onChangeSend:#managerHolderChanged to:self.
     ].
     ^ managerNameHolder.
 
     "Created: / 09-07-2011 / 13:05:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 03-12-2011 / 11:30:45 / cg"
 !
 
 packageHolder
     <resource: #uiAspect>
 
-    "automatically generated by UIPainter ..."
-
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     packageHolder isNil ifTrue:[
         packageHolder := ValueHolder new.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       packageHolder addDependent:self.
-"/       packageHolder onChangeSend:#packageHolderChanged to:self.
     ].
     ^ packageHolder.
+
+    "Modified (comment): / 03-12-2011 / 11:30:51 / cg"
 ! !
 
 !AbstractSettingsApplication::StyleSettingsAppl class methodsFor:'defaults'!
@@ -16551,9 +16526,9 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.414 2011-12-01 18:54:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.415 2011-12-04 14:46:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.414 2011-12-01 18:54:15 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.415 2011-12-04 14:46:15 cg Exp $'
+! !