[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/externaleditor/configure.zcml
s/zope.app.content.file.File/zope.app.file.File/ in
zope.app.externaleditor.
Marius Gedminas
marius at pov.lt
Thu Jul 8 16:38:00 EDT 2004
Log message for revision 26234:
s/zope.app.content.file.File/zope.app.file.File/ in zope.app.externaleditor.
This makes the external editor almost work, but there are still problems
with WebDAV locks that I have not looked into.
-=-
Modified: Zope3/trunk/src/zope/app/externaleditor/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/externaleditor/configure.zcml 2004-07-08 20:36:23 UTC (rev 26233)
+++ Zope3/trunk/src/zope/app/externaleditor/configure.zcml 2004-07-08 20:38:00 UTC (rev 26234)
@@ -13,10 +13,10 @@
permission="zope.View"
/>
- <content class="zope.app.content.file.File">
+ <content class="zope.app.file.File">
<implements
interface="zope.app.externaleditor.interfaces.IExternallyEditable"
/>
</content>
-</configure>
\ No newline at end of file
+</configure>
More information about the Zope3-Checkins
mailing list