mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 1ad47ac60bee532a040f1e9847930fe654500b38
Monotone-Revision: 3caba1b53d3ce2662555f79699770572cb4ed179 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-13T23:30:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-10-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactsListView.m ([UIxContactsListView
|
||||
-calendarsContactsAction]): new method.
|
||||
|
||||
* UI/Contacts/UIxContactSelector.m ([UIxContactSelector -setCheckedBoxes:boxes])
|
||||
([UIxContactSelector -setHasCheckBoxes:aBool])
|
||||
([UIxContactSelector -isCheckBoxChecked]): new accessors method to
|
||||
|
||||
@@ -90,6 +90,13 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (id) calendarsContactsAction
|
||||
{
|
||||
selectorComponentClass = @"UIxContactsCalendarsSelection";
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
- (NSString *) defaultSortKey
|
||||
{
|
||||
return @"fn";
|
||||
|
||||
Reference in New Issue
Block a user