[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/appsetup/configure.zcml
Register the function as a subscriber instead of the former class
Julien Anguenot
ja at nuxeo.com
Tue Oct 12 14:09:24 EDT 2004
Log message for revision 28021:
Register the function as a subscriber instead of the former class
Changed:
U Zope3/trunk/src/zope/app/appsetup/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/appsetup/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/appsetup/configure.zcml 2004-10-12 18:08:39 UTC (rev 28020)
+++ Zope3/trunk/src/zope/app/appsetup/configure.zcml 2004-10-12 18:09:23 UTC (rev 28021)
@@ -1,7 +1,7 @@
<configure xmlns="http://namespaces.zope.org/zope">
<subscriber
- factory=".bootstrap.bootstrapInstance"
+ factory=".bootstrap.bootStrapSubscriber"
for="zope.app.appsetup.IDatabaseOpenedEvent"
/>
More information about the Zope3-Checkins
mailing list