[CalendarServer-changes] [5778] CalendarServer/branches/new-store/twistedcaldav/storebridge.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 18 11:27:51 PDT 2010


Revision: 5778
          http://trac.macosforge.org/projects/calendarserver/changeset/5778
Author:   cdaboo at apple.com
Date:     2010-06-18 11:27:50 -0700 (Fri, 18 Jun 2010)
Log Message:
-----------
Make sure new property store is always used.

Modified Paths:
--------------
    CalendarServer/branches/new-store/twistedcaldav/storebridge.py

Modified: CalendarServer/branches/new-store/twistedcaldav/storebridge.py
===================================================================
--- CalendarServer/branches/new-store/twistedcaldav/storebridge.py	2010-06-18 17:16:36 UTC (rev 5777)
+++ CalendarServer/branches/new-store/twistedcaldav/storebridge.py	2010-06-18 18:27:50 UTC (rev 5778)
@@ -440,15 +440,15 @@
 
     def _initializeWithObject(self, calendarObject):
         self._newStoreObject = calendarObject
+        self._dead_properties = _NewStorePropertiesWrapper(
+            self._newStoreObject.properties()
+        )
 
 
     @classmethod
     def transform(cls, self, calendarObject):
         self.__class__ = cls
         self._initializeWithObject(calendarObject)
-        self._dead_properties = _NewStorePropertiesWrapper(
-            self._newStoreObject.properties()
-        )
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100618/c6c48fd2/attachment.html>


More information about the calendarserver-changes mailing list