Tools_MethodCategoryList.st
changeset 14018 37fd90f67acb
parent 13874 5a3848faf8a2
--- a/Tools_MethodCategoryList.st	Tue Feb 25 11:40:36 2014 +0100
+++ b/Tools_MethodCategoryList.st	Tue Feb 25 11:40:46 2014 +0100
@@ -201,6 +201,7 @@
      (if this app is embedded in a subCanvas)."
 
     ^ #(
+        environmentHolder
         #(#doubleClickChannel #action )
         #filterClassVars
         #forceGeneratorTrigger
@@ -221,6 +222,7 @@
       ).
 
     "Modified: / 27-04-2010 / 16:40:39 / cg"
+    "Modified: / 24-02-2014 / 10:37:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !MethodCategoryList class methodsFor:'queries'!
@@ -2091,11 +2093,11 @@
 !MethodCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.98 2014-02-05 19:08:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.99 2014-02-25 10:40:46 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.98 2014-02-05 19:08:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.99 2014-02-25 10:40:46 vrany Exp $'
 ! !