diff -r b2a507f45d87 -r d25ef6bb0ef3 Tools__MethodCategoryList.st --- a/Tools__MethodCategoryList.st Wed Jul 18 10:57:46 2012 +0100 +++ b/Tools__MethodCategoryList.st Wed Jul 18 18:00:57 2012 +0100 @@ -779,14 +779,13 @@ (classes notNil and:[classes includesIdentical:mthd mclass]) ifFalse:[^ self]. self enqueueDelayedUpdateList. - listValid := false. ^ self ]. ]. super update:something with:aParameter from:changedObject. - "Modified: / 20-07-2011 / 18:54:57 / cg" + "Modified: / 05-06-2012 / 23:38:31 / cg" "Modified: / 18-02-2012 / 21:58:27 / Jan Vrany " ! ! @@ -1992,15 +1991,15 @@ !MethodCategoryList class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.78 2012/03/23 14:57:29 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.79 2012/06/05 22:02:40 cg Exp $' ! version_CVS - ^ '§Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.78 2012/03/23 14:57:29 cg Exp §' + ^ '§Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.79 2012/06/05 22:02:40 cg Exp §' ! version_SVN - ^ '$Id: Tools__MethodCategoryList.st 8007 2012-06-05 14:49:00Z vranyj1 $' + ^ '$Id: Tools__MethodCategoryList.st 8018 2012-07-18 17:00:57Z vranyj1 $' ! ! MethodCategoryList::CachedMethodInfo initialize!