[Commits] (twl) Enable monitors all the time

commits at osafoundation.org commits at osafoundation.org
Fri Jan 28 12:05:04 PST 2005


Commit by: twl
Modified files:
chandler/repository/item/Item.py 1.190 1.191

Log message:
Enable monitors all the time


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/repository/item/Item.py.diff?r1=text&tr1=1.190&r2=text&tr2=1.191

Index: chandler/repository/item/Item.py
diff -u chandler/repository/item/Item.py:1.190 chandler/repository/item/Item.py:1.191
--- chandler/repository/item/Item.py:1.190	Thu Jan 27 13:02:09 2005
+++ chandler/repository/item/Item.py	Fri Jan 28 12:05:02 2005
@@ -1,6 +1,6 @@
 
-__revision__  = "$Revision: 1.190 $"
-__date__      = "$Date: 2005/01/27 21:02:09 $"
+__revision__  = "$Revision: 1.191 $"
+__date__      = "$Date: 2005/01/28 20:05:02 $"
 __copyright__ = "Copyright (c) 2003-2004 Open Source Applications Foundation"
 __license__   = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
 
@@ -417,9 +417,8 @@
 
     def _invokeMonitors(self, name, attrDict):
 
-        if attrDict._isMonitored(name):
-            from repository.item.Monitors import Monitors
-            Monitors.invoke('set', self, name)
+        from repository.item.Monitors import Monitors
+        Monitors.invoke('set', self, name)
 
     def _reIndex(self, op, item, attrName, collectionName, indexName):
 



More information about the Commits mailing list