[Zope3-checkins] CVS: Zope3/src/zope/app/services - menu.zcml:1.1.2.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Aug 15 17:25:27 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv9687/services

Modified Files:
      Tag: dreamcatcher-ttwschema-branch
	menu.zcml 
Log Message:
Fixed infinite recursion bug that occurred for IAdding menus.

All of the new components and features seem to work now. It's time to write
the last tests, so we can merge the branch into the head.


=== Zope3/src/zope/app/services/menu.zcml 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/services/menu.zcml:1.1.2.2	Fri Aug 15 08:43:42 2003
+++ Zope3/src/zope/app/services/menu.zcml	Fri Aug 15 16:24:53 2003
@@ -4,7 +4,7 @@
 <!-- Browser Menu Service -->
   <content class="zope.app.services.menu.LocalBrowserMenuService">
     <factory
-        id="LocalBrowserMenuService"
+        id="zope.app.services.LocalBrowserMenuService"
         permission="zope.ManageServices"
         title="Browser Menu Service"
         description="A Persistent Browser Menu Service" />




More information about the Zope3-Checkins mailing list