[CalendarServer-changes] [4087] CalendarServer/trunk/twistedcaldav/scheduling/itip.py
source_changes at macosforge.org
source_changes at macosforge.org
Sat Apr 25 10:56:01 PDT 2009
Revision: 4087
http://trac.macosforge.org/projects/calendarserver/changeset/4087
Author: cdaboo at apple.com
Date: 2009-04-25 10:56:00 -0700 (Sat, 25 Apr 2009)
Log Message:
-----------
Make sure only those instances that actually changed are listed.
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/scheduling/itip.py
Modified: CalendarServer/trunk/twistedcaldav/scheduling/itip.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/itip.py 2009-04-25 04:30:39 UTC (rev 4086)
+++ CalendarServer/trunk/twistedcaldav/scheduling/itip.py 2009-04-25 17:56:00 UTC (rev 4087)
@@ -313,7 +313,7 @@
attendees.add(attendee)
partstat_changed = partstat_changed or partstat
private_comment_changed = private_comment_changed or private_comment
- if rids is not None and (partstat_changed or private_comment_changed):
+ if rids is not None and (partstat or private_comment):
rids.add(toString(rid))
return True, (attendees, partstat_changed, private_comment_changed, rids)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090425/8d1b4ceb/attachment.html>
More information about the calendarserver-changes
mailing list