[CalendarServer-changes] [9488] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 23 20:06:13 PDT 2012


Revision: 9488
          http://trac.macosforge.org/projects/calendarserver/changeset/9488
Author:   cdaboo at apple.com
Date:     2012-07-23 20:06:13 -0700 (Mon, 23 Jul 2012)
Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh
    CalendarServer/trunk/twistedcaldav/__init__.py

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-07-24 02:48:24 UTC (rev 9487)
+++ CalendarServer/trunk/support/build.sh	2012-07-24 03:06:13 UTC (rev 9488)
@@ -743,7 +743,7 @@
     "${pypi}/p/python-ldap/${ld}.tar.gz";
 
   # XXX actually PyCalendar should be imported in-place.
-  py_dependency -fe -i "src" -r 204 \
+  py_dependency -fe -i "src" -r 209 \
     "pycalendar" "pycalendar" "pycalendar" \
     "http://svn.mulberrymail.com/repos/PyCalendar/branches/server";
 

Modified: CalendarServer/trunk/twistedcaldav/__init__.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/__init__.py	2012-07-24 02:48:24 UTC (rev 9487)
+++ CalendarServer/trunk/twistedcaldav/__init__.py	2012-07-24 03:06:13 UTC (rev 9488)
@@ -65,5 +65,5 @@
 PyCalendar.setPRODID("-//CALENDARSERVER.ORG//NONSGML Version 1//EN")
 
 # These are properties we use directly and we want the default value type set for TEXT
-PyCalendarProperty.regsiterDefaultValue("X-CALENDARSERVER-PRIVATE-COMMENT", PyCalendarValue.VALUETYPE_TEXT)
-PyCalendarProperty.regsiterDefaultValue("X-CALENDARSERVER-ATTENDEE-COMMENT", PyCalendarValue.VALUETYPE_TEXT)
+PyCalendarProperty.registerDefaultValue("X-CALENDARSERVER-PRIVATE-COMMENT", PyCalendarValue.VALUETYPE_TEXT)
+PyCalendarProperty.registerDefaultValue("X-CALENDARSERVER-ATTENDEE-COMMENT", PyCalendarValue.VALUETYPE_TEXT)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120723/4aafa05f/attachment.html>


More information about the calendarserver-changes mailing list