diff --git a/ChangeLog b/ChangeLog index 2a7a4f01c..c74fd6837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-10-13 Wolfgang Sourdeau + * UI/Contacts/UIxContactsListView.m ([UIxContactsListView + -calendarsContactsAction]): new method. + * UI/Contacts/UIxContactSelector.m ([UIxContactSelector -setCheckedBoxes:boxes]) ([UIxContactSelector -setHasCheckBoxes:aBool]) ([UIxContactSelector -isCheckBoxChecked]): new accessors method to diff --git a/UI/Contacts/UIxContactsListView.m b/UI/Contacts/UIxContactsListView.m index 5e33fbdf8..392d7c17e 100644 --- a/UI/Contacts/UIxContactsListView.m +++ b/UI/Contacts/UIxContactsListView.m @@ -90,6 +90,13 @@ return self; } +- (id) calendarsContactsAction +{ + selectorComponentClass = @"UIxContactsCalendarsSelection"; + + return self; +} + - (NSString *) defaultSortKey { return @"fn";