See ChangeLog

Monotone-Parent: 1ee23312738f4184241e898cf4bb970b82a4f9a3
Monotone-Revision: 3076c5f627f3ef8a7b54cfac5834981257fcdc05

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-05-04T19:23:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-05-04 19:23:16 +00:00
parent 31bdac9cf6
commit 4f20e34b6a
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
2010-05-04 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Contacts/SOGoContactSourceFolder.m
(-lookupName:inContext:acquire:): verify the result of
lookupContactEntry as it will not necessarily return a contact.
2010-04-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tools/sogo-tool.m (setupUserDefaults): new function that sets up
+3 -2
View File
@@ -1,6 +1,6 @@
/* SOGoContactSourceFolder.m - this file is part of SOGo
*
* Copyright (C) 2006-2009 Inverse inc.
* Copyright (C) 2006-2010 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
@@ -181,7 +181,8 @@
if (!ldifEntry)
{
ldifEntry = [source lookupContactEntry: objectName];
[childRecords setObject: ldifEntry forKey: objectName];
if (ldifEntry)
[childRecords setObject: ldifEntry forKey: objectName];
}
if (ldifEntry)
obj = [SOGoContactLDIFEntry contactEntryWithName: objectName