mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Monotone-Parent: e2c6d6b8cfe712b3904159b16afba1769a6ab0a4
Monotone-Revision: 1c1de9a3a363e23c7c1b6ef48bc5545eab2ac66b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-19T15:40:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -411,23 +411,23 @@
|
||||
|
||||
// TODO: add tentatively
|
||||
|
||||
- (id) acceptOrDeclineAction: (BOOL) _accept
|
||||
{
|
||||
[[self clientObject] changeParticipationStatus:
|
||||
_accept ? @"ACCEPTED" : @"DECLINED"];
|
||||
// - (id) acceptOrDeclineAction: (BOOL) _accept
|
||||
// {
|
||||
// [[self clientObject] changeParticipationStatus:
|
||||
// _accept ? @"ACCEPTED" : @"DECLINED"];
|
||||
|
||||
return self;
|
||||
}
|
||||
// return self;
|
||||
// }
|
||||
|
||||
- (id) acceptAction
|
||||
{
|
||||
return [self acceptOrDeclineAction: YES];
|
||||
}
|
||||
// - (id) acceptAction
|
||||
// {
|
||||
// return [self acceptOrDeclineAction: YES];
|
||||
// }
|
||||
|
||||
- (id) declineAction
|
||||
{
|
||||
return [self acceptOrDeclineAction: NO];
|
||||
}
|
||||
// - (id) declineAction
|
||||
// {
|
||||
// return [self acceptOrDeclineAction: NO];
|
||||
// }
|
||||
|
||||
- (id) changeStatusAction
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user