[CalendarServer-changes] [9294] CalendarServer/branches/users/glyph/uuid-normalize/txdav/caldav/ datastore/util.py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 24 13:34:33 PDT 2012


Revision: 9294
          http://trac.macosforge.org/projects/calendarserver/changeset/9294
Author:   glyph at apple.com
Date:     2012-05-24 13:34:32 -0700 (Thu, 24 May 2012)
Log Message:
-----------
use correct value

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/uuid-normalize/txdav/caldav/datastore/util.py

Modified: CalendarServer/branches/users/glyph/uuid-normalize/txdav/caldav/datastore/util.py
===================================================================
--- CalendarServer/branches/users/glyph/uuid-normalize/txdav/caldav/datastore/util.py	2012-05-24 20:34:30 UTC (rev 9293)
+++ CalendarServer/branches/users/glyph/uuid-normalize/txdav/caldav/datastore/util.py	2012-05-24 20:34:32 UTC (rev 9294)
@@ -500,7 +500,7 @@
             postval = normalizeUUIDOrNot(preval)
             if preval != postval:
                 fixes += 1
-                calprop.setValue(preval)
+                calprop.setValue(postval)
     for subc in component.subcomponents():
         count, fixsubc = fixOneCalendarObject(subc)
         fixes += count
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120524/de1ebc76/attachment-0001.html>


More information about the calendarserver-changes mailing list