Tools__VariableList.st
branchjv
changeset 16213 f667b5b42a11
parent 15566 184cea584be5
parent 16192 107ef924f078
child 16571 cf319f2e56d0
--- a/Tools__VariableList.st	Thu Mar 24 07:22:36 2016 +0000
+++ b/Tools__VariableList.st	Sat Mar 26 07:59:34 2016 +0000
@@ -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$'
 ! !