[Commits] (john) * Fixed a bug introduced by Ted's Query: Calendar Events don't appear on Calendar

commits at osafoundation.org commits at osafoundation.org
Tue Feb 8 15:34:08 PST 2005


Commit by: john
Modified files:
chandler/parcels/osaf/contentmodel/ItemCollection.py 1.33 1.34

Log message:
* Fixed a bug introduced by Ted's Query: Calendar Events don't appear on Calendar

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/ItemCollection.py.diff?r1=text&tr1=1.33&r2=text&tr2=1.34

Index: chandler/parcels/osaf/contentmodel/ItemCollection.py
diff -u chandler/parcels/osaf/contentmodel/ItemCollection.py:1.33 chandler/parcels/osaf/contentmodel/ItemCollection.py:1.34
--- chandler/parcels/osaf/contentmodel/ItemCollection.py:1.33	Thu Jan 27 22:03:44 2005
+++ chandler/parcels/osaf/contentmodel/ItemCollection.py	Tue Feb  8 15:34:07 2005
@@ -1,4 +1,4 @@
-__date__ = "$Date: 2005/01/28 06:03:44 $"
+__date__ = "$Date: 2005/02/08 23:34:07 $"
 __copyright__ = "Copyright (c) 2003-2004 Open Source Applications Foundation"
 __license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
 
@@ -250,7 +250,7 @@
                 args ["$1"] = (self.itsUUID, "_exclusions")
             if len (self._filterKinds) != 0:
                 for kindPath in self._filterKinds:
-                    rule = "intersect (" + rule + ", for i in '" + kindPath + "' where True)"
+                    rule = "intersect (" + rule + ", for i inevery '" + kindPath + "' where True)"
         return (rule, args)
 
     def shareSend (self):



More information about the Commits mailing list