Monotone-Parent: ee9b43e5b99198d94635546e134d5ce8243594d1

Monotone-Revision: 1325c78fb76526668e09154a9f84cfeef227c789

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-11-30T14:53:15
maint-2.0.2
Wolfgang Sourdeau 2011-11-30 14:53:15 +00:00
parent f0c0fb0837
commit 7d400bc60c
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
2011-11-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoFolder.m
(_expandPropertyResponse:forObject:): set the element in the 404
bag only if the value is nil to avoid iCal complaining about lack
of support for sharing.
* SoObjects/Appointments/SOGoCalendarProxy.m (+webdavAclManager):
overriden method.
(-davGroupMemberSet, -setDavGroupMemberSet:): instantiate the

View File

@ -442,7 +442,7 @@
if (!tagNS)
tagNS = XMLNS_WEBDAV;
tagName = [childProperty attribute: @"name"];
if ([childValue count])
if (childValue)
[properties200 addObject: davElementWithContent (tagName,
tagNS,
childValue)];