[Checkins] SVN: zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml fix typo (should learn to run the test before checking in. duh.)

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Oct 13 05:12:44 EDT 2010


Log message for revision 117496:
  fix typo (should learn to run the test before checking in. duh.)

Changed:
  U   zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml

-=-
Modified: zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml
===================================================================
--- zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml	2010-10-13 09:10:30 UTC (rev 117495)
+++ zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml	2010-10-13 09:12:44 UTC (rev 117496)
@@ -84,7 +84,7 @@
   <zope:adapter
       for="..interfaces.IQuerySchemaSearch
            zope.publisher.interfaces.browser.IBrowserRequest"
-      provides="zope.formlib.browser.interfaces.ISourceQueryView"
+      provides="zope.formlib.interfaces.ISourceQueryView"
       factory=".schemasearch.QuerySchemaSearchView"
       />
 



More information about the checkins mailing list