Tools__VariableList.st
changeset 14021 ff0b42e2c251
parent 13827 864b314a5a2b
child 14114 105a8c3f4e69
--- a/Tools__VariableList.st	Tue Feb 25 11:40:58 2014 +0100
+++ b/Tools__VariableList.st	Tue Feb 25 11:41:04 2014 +0100
@@ -115,6 +115,7 @@
      (if this app is embedded in a subCanvas)."
 
     ^ #(
+        environmentHolder
         #(#doubleClickChannel #action )
         #classHolder
         #forceGeneratorTrigger
@@ -130,6 +131,8 @@
         #slaveMode
         #sortVariablesByName
       ).
+
+    "Modified: / 24-02-2014 / 10:37:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !VariableList methodsFor:'aspects'!
@@ -878,6 +881,6 @@
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.26 2014-02-05 18:57:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.27 2014-02-25 10:41:04 vrany Exp $'
 ! !