mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-12 21:59:43 +00:00
Monotone-Parent: 2dcd3767ec243afcd8e444a801259ca2507bd02e
Monotone-Revision: 15b348711217f6686deaa8f88ae89e58a11f436c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-10-21T16:20:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-10-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactFoldersView.m ([UIxContactFoldersView
|
||||
-contactSearchAction]): fixed typing of "contacts", which actually
|
||||
is an NSArray.
|
||||
|
||||
2008-10-17 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/Common/UIxPageFrame.m ([NSString userLanguage]): returns the
|
||||
|
||||
@@ -141,7 +141,7 @@ withSearchOn: (NSString *) contact
|
||||
return email;
|
||||
}
|
||||
|
||||
- (NSDictionary *) _responseForResults: (NSArray *) results
|
||||
- (NSArray *) _responseForResults: (NSArray *) results
|
||||
{
|
||||
NSEnumerator *contacts;
|
||||
NSString *email, *infoKey, *info;
|
||||
@@ -255,7 +255,8 @@ withSearchOn: (NSString *) contact
|
||||
|
||||
- (id <WOActionResults>) contactSearchAction
|
||||
{
|
||||
NSDictionary *contacts, *data;
|
||||
NSDictionary *data;
|
||||
NSArray *contacts;
|
||||
NSString *searchText;
|
||||
id <WOActionResults> result;
|
||||
LDAPUserManager *um;
|
||||
|
||||
Reference in New Issue
Block a user