[CMF-checkins] CVS: Products/CMFCore -
ActionProviderBase.py:1.17.10.2
Christian 'Tiran' Heimes
heimes at faho.rwth-aachen.de
Tue Mar 23 08:06:15 EST 2004
Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv2750
Modified Files:
Tag: CMF-1_4-branch
ActionProviderBase.py
Log Message:
changed int(visible) to not not visible to fix a migration problem from older versions of CMF
=== Products/CMFCore/ActionProviderBase.py 1.17.10.1 => 1.17.10.2 ===
--- Products/CMFCore/ActionProviderBase.py:1.17.10.1 Tue Sep 2 13:52:09 2003
+++ Products/CMFCore/ActionProviderBase.py Tue Mar 23 08:06:14 2004
@@ -119,7 +119,7 @@
, condition=c_expr
, permissions=permission
, category=str(category)
- , visible=int(visible)
+ , visible= not not visible
)
new_actions.append( new_action )
More information about the CMF-checkins
mailing list