[Zope-CVS] SVN: book/trunk/smileyutility/configure.zcml Changed a
	permission that was wrongly assigned.
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Mon Aug 30 20:44:33 EDT 2004
    
    
  
Log message for revision 27357:
  Changed a permission that was wrongly assigned.
  
Changed:
  U   book/trunk/smileyutility/configure.zcml
-=-
Modified: book/trunk/smileyutility/configure.zcml
===================================================================
--- book/trunk/smileyutility/configure.zcml	2004-08-31 00:43:22 UTC (rev 27356)
+++ book/trunk/smileyutility/configure.zcml	2004-08-31 00:44:33 UTC (rev 27357)
@@ -101,7 +101,7 @@
 
   <browser:containerViews
       for=".localtheme.SmileyTheme"
-      index="book.messageboard.View"
+      index="zope.View"
       contents="zope.ManageServices"
       add="zope.ManageServices"
       />
    
    
More information about the Zope-CVS
mailing list