v2.2.11a release + bug fix

pull/68/head
Ludovic Marcotte 2014-12-10 14:24:06 -05:00
parent ce5e46f5fb
commit 3c063e04fb
2 changed files with 7 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[o save]; [o save];
} }
else else if ([[folders objectAtIndex:fi] isKindOfClass: [SOGoContactGCSFolder class]])
{ {
type = ([[[folders objectAtIndex:fi] nameInContainer] isEqualToString: personalFolderName] ? 9 : 14); type = ([[[folders objectAtIndex:fi] nameInContainer] isEqualToString: personalFolderName] ? 9 : 14);
[commands appendFormat: @"<%@><ServerId>%@</ServerId><ParentId>%@</ParentId><DisplayName>%@</DisplayName><Type>%d</Type></%@>", operation, [commands appendFormat: @"<%@><ServerId>%@</ServerId><ParentId>%@</ParentId><DisplayName>%@</DisplayName><Type>%d</Type></%@>", operation,

6
NEWS
View File

@ -1,3 +1,9 @@
2.2.11a (2014-12-10)
--------------------
Bug fixes
- Make sure all address books returned using EAS are GCS ones
2.2.11 (2014-12-09) 2.2.11 (2014-12-09)
------------------- -------------------