diff --git a/UI/Contacts/UIxContactsListView.m b/UI/Contacts/UIxContactsListView.m index fa1eacd3e..1b35e8431 100644 --- a/UI/Contacts/UIxContactsListView.m +++ b/UI/Contacts/UIxContactsListView.m @@ -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 */