mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: d3d79ac1c68a262bcbff0b8d511114a32e1671f3
Monotone-Revision: f157da7ef6dd1cbbd794a190a33ba4d9f47aff68 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-01T20:37:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -90,6 +90,13 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (id) addressBooksContactsAction
|
||||
{
|
||||
selectorComponentClass = @"UIxContactsAddressBooksSelection";
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
- (NSString *) defaultSortKey
|
||||
{
|
||||
return @"fn";
|
||||
@@ -160,9 +167,4 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL) isPopup
|
||||
{
|
||||
return [[self queryParameterForKey: @"popup"] boolValue];
|
||||
}
|
||||
|
||||
@end /* UIxContactsListView */
|
||||
|
||||
Reference in New Issue
Block a user