[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Image - configure.zcml:1.10.4.1

Jim Fulton jim@zope.com
Mon, 21 Oct 2002 09:47:53 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Image
In directory cvs.zope.org:/tmp/cvs-serv29256/lib/python/Zope/App/OFS/Content/Image

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	configure.zcml 
Log Message:
Earlier today I fixed a bug in configuration conflict
checking. Unfortunately, I forgot to try running Zope after that
change. It turns out that there were a number of configuration errors
that were revealed by the fix and Zope would not start as a result.

This checkin fixes those configuration errors.


=== Zope3/lib/python/Zope/App/OFS/Content/Image/configure.zcml 1.10 => 1.10.4.1 ===
--- Zope3/lib/python/Zope/App/OFS/Content/Image/configure.zcml:1.10	Fri Oct  4 16:02:02 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/Image/configure.zcml	Mon Oct 21 09:47:22 2002
@@ -18,7 +18,7 @@
 
     <require
         permission="Zope.View"
-        interface=".Image.IImage" />
+        attributes="getImageSize" />
 
     <require
         permission="Zope.ManageContent"
@@ -39,7 +39,7 @@
         interface="Zope.App.OFS.Content.File.IFile.IReadFile" />
     <require
         permission="Zope.View"
-        interface=".Image.IImage" />
+        attributes="getImageSize" />
     <require
         permission="Zope.ManageContent"
         interface="Zope.App.OFS.Content.File.IFile.IWriteFile" />