changed: #flushMethodInfoForClassNamed:selector:
authorClaus Gittinger <cg@exept.de>
Wed, 23 Sep 2009 21:21:54 +0200
changeset 8785 38262b9cbde4
parent 8784 bbcf9b5f9357
child 8786 caa3e9c06b2d
changed: #flushMethodInfoForClassNamed:selector:
Tools_MethodCategoryList.st
--- a/Tools_MethodCategoryList.st	Wed Sep 23 20:15:57 2009 +0200
+++ b/Tools_MethodCategoryList.st	Wed Sep 23 21:21:54 2009 +0200
@@ -972,6 +972,7 @@
 
     ^ cachedMethodInfo 
         removeKey:(className,'>>',selector)
+        ifAbsent:[]
 !
 
 listOfMethodCategories
@@ -1446,5 +1447,5 @@
 !MethodCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.30 2009-09-23 17:27:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.31 2009-09-23 19:21:54 cg Exp $'
 ! !