[Zope3-checkins] CVS: Zope3/src/zope/app/browser/index/text - configure.zcml:1.6

R. Sean Bowman sean.bowman@acm.org
Thu, 20 Feb 2003 20:41:25 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/index/text
In directory cvs.zope.org:/tmp/cvs-serv9540/index/text

Modified Files:
	configure.zcml 
Log Message:
fixed factory reference in zcml file, added a display of the number of
objects registered to the hub


=== Zope3/src/zope/app/browser/index/text/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/index/text/configure.zcml:1.5	Thu Feb 20 13:22:33 2003
+++ Zope3/src/zope/app/browser/index/text/configure.zcml	Thu Feb 20 20:40:54 2003
@@ -6,7 +6,7 @@
   <browser:menuItem
     menu="add_component"
     for="zope.app.interfaces.container.IAdding"
-    action="zope.app.index.text.factory"
+    action="zope.app.index.text.TextIndex"
     title="Text Index"
     description="An index to support full-text search"
     />