[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - Vocabulary.py:1.3.4.2
Andreas Jung
andreas@zope.com
Tue, 2 Oct 2001 13:00:56 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv13691
Modified Files:
Tag: Zope-2_4-branch
Vocabulary.py
Log Message:
=== Zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py 1.3.4.1 => 1.3.4.2 ===
self._setObject(id, c)
if REQUEST is not None:
- return self.manage_main(self,REQUEST)
+ return self.manage_main(self,REQUEST,update_menu=1)
class Vocabulary(Item, Persistent, Implicit,