[CMF-checkins] CVS: CMF - Topic.py:1.14
Jeffrey Shell
jeffrey@digicool.com
Fri, 30 Mar 2001 11:48:35 -0500 (EST)
Update of /cvs-repository/CMF/CMFTopic
In directory korak:/home/jeffrey/InstanceHomes/cmf-dev/CMF/CMFTopic
Modified Files:
Topic.py
Log Message:
Removed commented out 'registerPortalContent' call (which has been
deprecated for some time).
--- Updated File Topic.py in package CMF --
--- Topic.py 2001/03/23 19:30:13 1.13
+++ Topic.py 2001/03/30 16:48:34 1.14
@@ -351,13 +351,3 @@
# Intialize the Topic class, setting up security.
InitializeClass(Topic)
-
-# Waah. This seems to be the only way to get the icon in correctly
-##from Products.CMFCore.register import registerPortalContent
-##registerPortalContent(
-## Topic,
-## meta_type='Portal Topic',
-## icon = 'images/topic.gif',
-## permission = TopicPermissions.AddTopics,
-## productGlobals = globals(),
-## )