[CalendarServer-changes] [2347] CalendarServer/branches/propfind-cache/twistedcaldav/resource.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 24 16:47:52 PDT 2008


Revision: 2347
          http://trac.macosforge.org/projects/calendarserver/changeset/2347
Author:   dreid at apple.com
Date:     2008-04-24 16:47:52 -0700 (Thu, 24 Apr 2008)

Log Message:
-----------
Use correct API for the stub and implementation

Modified Paths:
--------------
    CalendarServer/branches/propfind-cache/twistedcaldav/resource.py

Modified: CalendarServer/branches/propfind-cache/twistedcaldav/resource.py
===================================================================
--- CalendarServer/branches/propfind-cache/twistedcaldav/resource.py	2008-04-24 23:47:25 UTC (rev 2346)
+++ CalendarServer/branches/propfind-cache/twistedcaldav/resource.py	2008-04-24 23:47:52 UTC (rev 2347)
@@ -218,7 +218,7 @@
         val = super(CalDAVResource, self).writeDeadProperty(property)
 
         if hasattr(self, 'cacheNotifier'):
-            self.cacheNotifier.propertyChanged()
+            self.cacheNotifier.propertiesChanged()
 
         return val
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080424/91acdda8/attachment.html


More information about the calendarserver-changes mailing list