[Zope-CVS] CVS: Products/ZCTextIndex - __init__.py:1.1.2.7
   
    Barry Warsaw
     
    barry@wooz.org
       
    Fri, 10 May 2002 18:36:22 -0400
    
    
  
Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv15084/lib/python/Products/ZCTextIndex
Modified Files:
      Tag: TextIndexDS9-branch
	__init__.py 
Log Message:
Checkpointing my changes for us (Casey & Barry) to work on next week.
This doesn't actually make the ZMI work for ZCTextIndex but it gets a
little closer.  Of course, I could be all wrong. ;)
Specific changes:
initialize(): the second item in the constructor should be
ZCTextIndex.manage_addZCTextIndex.
=== Products/ZCTextIndex/__init__.py 1.1.2.6 => 1.1.2.7 ===
         permission='Add Pluggable Index',
         constructors=(ZCTextIndex.manage_addZCTextIndexForm,
-                      ZCTextIndex.manage_addZCText),
+                      ZCTextIndex.manage_addZCTextIndex),
         visibility=None
     )