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

Marius Gedminas mgedmin@codeworks.lt
Sun, 22 Jun 2003 12:07:21 -0400


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

Modified Files:
	configure.zcml 
Log Message:
Changed TextIndex view configuration to use the proper interface from zope.app


=== Zope3/src/zope/app/browser/index/text/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/browser/index/text/configure.zcml:1.6	Thu Feb 20 20:40:54 2003
+++ Zope3/src/zope/app/browser/index/text/configure.zcml	Sun Jun 22 12:07:21 2003
@@ -12,8 +12,8 @@
     />
 
   <browser:page
-    for="zope.textindex.textindexinterfaces.IStatistics"
-    name="index.html" 
+    for="zope.app.interfaces.index.text.IUITextIndex"
+    name="index.html"
     menu="zmi_views"
     title="Control"
     permission="zope.ManageServices"