[commits] r90 - selinux-site/trunk/selinux.theme/selinux/theme

tim at mail.se.linux.org tim at mail.se.linux.org
Fre Juli 27 22:13:22 CEST 2007


Author: tim
Date: 2007-07-27 22:13:22 +0200 (Fri, 27 Jul 2007)
New Revision: 90

Modified:
   selinux-site/trunk/selinux.theme/selinux/theme/notifications.py
Log:
Adjusted false comment.


Modified: selinux-site/trunk/selinux.theme/selinux/theme/notifications.py
===================================================================
--- selinux-site/trunk/selinux.theme/selinux/theme/notifications.py	2007-07-27 19:24:28 UTC (rev 89)
+++ selinux-site/trunk/selinux.theme/selinux/theme/notifications.py	2007-07-27 20:13:22 UTC (rev 90)
@@ -7,8 +7,8 @@
     workflow = getToolByName(obj, 'portal_workflow')
     state = workflow.getInfoFor(obj, 'review_state')
 
-    # when a news item is created it's first added to a temporary folder
-    # that shouldn't trigger purge
+    # when an object is created it's first added to a temporary folder
+    # that shouldn't trigger irc notification
     if state == 'published' and obj.aq_parent.portal_type != 'TempFolder':
         server = Server('http://localhost:7080')
         obj_type = utranslate('plone', obj.portal_type,




More information about the commits mailing list