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:
Wolfgang Sourdeau
2006-11-01 20:37:35 +00:00
parent b44b9c260f
commit 42b6e29453
+7 -5
View File
@@ -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 */