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:
Wolfgang Sourdeau
2007-07-27 17:47:08 +00:00
parent 57b2f26854
commit 42effa04b5
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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
+1 -1
View File
@@ -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