[CMF-checkins] CVS: CMF - Topic.py:1.13.2.2

Martijn Pieters mj@digicool.com
Mon, 9 Apr 2001 16:06:15 -0400 (EDT)


Update of /cvs-repository/CMF/CMFTopic
In directory korak:/tmp/cvs-serv28640/CMFTopic

Modified Files:
      Tag: CMF-1_0-branch
	Topic.py 
Log Message:
Issue PTK(244)[], switch to getIcon

- Use getIcon instead of icon wherever possible

- When creating a catalog, use a 'getIcon' column instead of the 'icon'
  column.

- Provide a conversion Python Script for existing catalogs.



--- Updated File Topic.py in package CMF --
--- Topic.py	2001/04/09 15:48:03	1.13.2.1
+++ Topic.py	2001/04/09 20:06:13	1.13.2.2
@@ -157,7 +157,7 @@
 
     security.declareProtected(CMFCorePermissions.View, 'icon')
     def icon(self):
-        """ For the ZMI and Catalog """
+        """ For the ZMI """
         return self.getIcon()
     
     def _index_html(self):