From 8209d7bdf56b9e45a37e9289eaa93c4cd1bd0cc9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 13 Oct 2006 23:30:36 +0000 Subject: [PATCH] Monotone-Parent: 1ad47ac60bee532a040f1e9847930fe654500b38 Monotone-Revision: 3caba1b53d3ce2662555f79699770572cb4ed179 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-13T23:30:36 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Contacts/UIxContactsListView.m | 7 +++++++ 2 files changed, 10 insertions(+) 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";