Tools__VariableList.st
changeset 16192 107ef924f078
parent 15537 fe8c0c4744de
child 16213 f667b5b42a11
child 16500 34f9ad93c51c
--- a/Tools__VariableList.st	Fri Mar 25 17:08:35 2016 +0100
+++ b/Tools__VariableList.st	Fri Mar 25 17:08:45 2016 +0100
@@ -168,16 +168,9 @@
 
     "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 ;-)"
-
     selectedVariableEntries isNil ifTrue:[
         selectedVariableEntries := #() asValue.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-         selectedVariableEntries addDependent:self.
-"/       selectedVariableEntries onChangeSend:#selectedVariableEntriesChanged to:self.
+        selectedVariableEntries addDependent:self.
     ].
     ^ selectedVariableEntries.
 
@@ -919,6 +912,6 @@
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.38 2015-03-25 14:19:34 cg Exp $'
+    ^ '$Header$'
 ! !