mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: bf4570489172c778883e36d3a499496d332f3813
Monotone-Revision: ada3e67bf46f257bd1585ae26b366af2a60f210a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-10-15T20:06:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
* OGoContentStore/OCSContactFieldExtractor.m ([NSMutableDictionary
|
||||
extractQuickFieldsFromVCard:vCard]): set email address to an empty
|
||||
string if not defined.
|
||||
|
||||
* UI/Contacts/UIxContactFoldersView.m ([WOActionResults
|
||||
allContactSearchAction]): returned array is now properly
|
||||
initialized if no result is found.
|
||||
|
||||
2008-10-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
|
||||
@@ -226,6 +226,8 @@ withSearchOn: (NSString *) contact
|
||||
descriptors = [NSArray arrayWithObjects: displayNameDescriptor, nil];
|
||||
sortedContacts = [[uniqueContacts allValues] sortedArrayUsingDescriptors: descriptors];
|
||||
}
|
||||
else
|
||||
sortedContacts = [NSArray array];
|
||||
data = [NSDictionary dictionaryWithObjectsAndKeys: searchText, @"searchText",
|
||||
sortedContacts, @"contacts",
|
||||
nil];
|
||||
|
||||
Reference in New Issue
Block a user