From 26a485383d46c599ee7a0ac0bce274d40ea2a01b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 29 Mar 2007 18:10:07 +0000 Subject: [PATCH] Monotone-Parent: 736c842e9000dccf7a8c87b7c3373b2bfa0c9f26 Monotone-Revision: db84fe8e98aa71246fdc510cb08a01465b9106d2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-29T18:10:07 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Contacts/UIxContactFoldersView.m | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b53e0ea24..6d1236952 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-03-29 Wolfgang Sourdeau + * UI/Contacts/UIxContactFoldersView.m ([UIxContactFoldersView + -selectForMailerAction]): restored method. + * UI/Scheduler/UIxCalendarSelector.m: new template module derived from a simplified version of the old UIxContactEditor (removed). diff --git a/UI/Contacts/UIxContactFoldersView.m b/UI/Contacts/UIxContactFoldersView.m index c8bad5f96..45e98dd1f 100644 --- a/UI/Contacts/UIxContactFoldersView.m +++ b/UI/Contacts/UIxContactFoldersView.m @@ -88,9 +88,9 @@ return response; } -- (id) selectForAclsAction +- (id) selectForMailerAction { - return [self _selectActionForApplication: @"acls-contacts"]; + return [self _selectActionForApplication: @"mailer-contacts"]; } - (NSArray *) _searchResults: (NSString *) contact