mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Monotone-Parent: f17c5b526c3d5e27597a7f1cf132a2b6c6312003
Monotone-Revision: d3cf63029d15740f82cdb77e0b3e2c4e08d6a7cc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-27T17:47:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2007-07-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Contacts/SOGoContactGCSFolder.m ()
|
||||
([SOGoContactGCSFolder
|
||||
-lookupContactsWithFilter:filtersortBy:sortKeyordering:sortOrdering]):
|
||||
return records if the db records are > 0 and not just > 1...
|
||||
|
||||
2007-07-24 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactsListView.m ([-displayName]): removed
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
qualifier = [self _qualifierForFilter: filter];
|
||||
dbRecords = [[self ocsFolder] fetchFields: fields
|
||||
matchingQualifier: qualifier];
|
||||
if ([dbRecords count] > 1)
|
||||
if ([dbRecords count] > 0)
|
||||
{
|
||||
records = [self _flattenedRecords: dbRecords];
|
||||
ordering
|
||||
|
||||
Reference in New Issue
Block a user