Tools_ClassCategoryList.st
changeset 8741 75ab2cc4dd56
parent 8734 d34b06b82112
child 8748 5abc96ba76eb
--- a/Tools_ClassCategoryList.st	Mon Sep 21 20:00:34 2009 +0200
+++ b/Tools_ClassCategoryList.st	Mon Sep 21 22:46:04 2009 +0200
@@ -738,7 +738,7 @@
 !
 
 listView 
-    ^ self builder componentAt:#List
+    ^ self componentAt:#List
 !
 
 makeDependent
@@ -881,5 +881,5 @@
 !ClassCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.23 2009-09-21 13:56:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.24 2009-09-21 20:46:04 cg Exp $'
 ! !