[CalendarServer-changes] [686] CalendarServer/trunk/twistedcaldav
source_changes at macosforge.org
source_changes at macosforge.org
Tue Dec 5 10:06:12 PST 2006
Revision: 686
http://trac.macosforge.org/projects/calendarserver/changeset/686
Author: cdaboo at apple.com
Date: 2006-12-05 10:06:10 -0800 (Tue, 05 Dec 2006)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/directory/principal.py
CalendarServer/trunk/twistedcaldav/resource.py
Modified: CalendarServer/trunk/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/principal.py 2006-12-05 17:26:39 UTC (rev 685)
+++ CalendarServer/trunk/twistedcaldav/directory/principal.py 2006-12-05 18:06:10 UTC (rev 686)
@@ -340,10 +340,10 @@
return self._homeChildURL("outbox/")
def dropboxURL(self):
- return self._homeChildURL(Dropbox.dropboxName + "/")
+ return self._homeChildURL(DropBox.dropboxName + "/")
def notificationsURL(self):
- return self._homeChildURL(Dropbox.notificationName + "/")
+ return self._homeChildURL(DropBox.notificationName + "/")
def _homeChildURL(self, name):
home = self._calendarHome()
Modified: CalendarServer/trunk/twistedcaldav/resource.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/resource.py 2006-12-05 17:26:39 UTC (rev 685)
+++ CalendarServer/trunk/twistedcaldav/resource.py 2006-12-05 18:06:10 UTC (rev 686)
@@ -685,7 +685,7 @@
"""
# Use the first calendar home only
for home in self.calendarHomeURLs():
- return joinURL(home, Dropbox.dropboxName)
+ return joinURL(home, DropBox.dropboxName)
return None
def notificationsURL(self):
@@ -694,7 +694,7 @@
"""
# Use the first calendar home only
for home in self.calendarHomeURLs():
- return joinURL(home, Dropbox.notificationName)
+ return joinURL(home, DropBox.notificationName)
return None
class CalendarSchedulingCollectionResource (CalDAVResource):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061205/603df193/attachment.html
More information about the calendarserver-changes
mailing list