[CalendarServer-changes] [7200] CalendarServer/trunk/twistedcaldav/mail.py
source_changes at macosforge.org
source_changes at macosforge.org
Wed Mar 16 17:43:13 PDT 2011
Revision: 7200
http://trac.macosforge.org/projects/calendarserver/changeset/7200
Author: sagen at apple.com
Date: 2011-03-16 17:43:11 -0700 (Wed, 16 Mar 2011)
Log Message:
-----------
Fix for incorrect email invite titles
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/mail.py
Modified: CalendarServer/trunk/twistedcaldav/mail.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/mail.py 2011-03-16 22:14:20 UTC (rev 7199)
+++ CalendarServer/trunk/twistedcaldav/mail.py 2011-03-17 00:43:11 UTC (rev 7200)
@@ -1043,7 +1043,7 @@
else:
if inviteState == "new":
details['inviteLabel'] = _("Event Invitation")
- if inviteState == "update":
+ elif inviteState == "update":
details['inviteLabel'] = _("Event Update")
else:
details['inviteLabel'] = _("Event Reply")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110316/8d0f9b9e/attachment.html>
More information about the calendarserver-changes
mailing list