mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
Monotone-Parent: fd0f517e16d123b59c1eef87df8ba3ec2fe3fa56
Monotone-Revision: ee357f4b9d019fa34ff7f3951f8a7becf88fba19 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-21T14:29:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -363,16 +363,6 @@
|
||||
[event setTransparency: @"OPAQUE"];
|
||||
}
|
||||
|
||||
- (id) acceptAction
|
||||
{
|
||||
return [self acceptOrDeclineAction:YES];
|
||||
}
|
||||
|
||||
- (id) declineAction
|
||||
{
|
||||
return [self acceptOrDeclineAction:NO];
|
||||
}
|
||||
|
||||
// TODO: add tentatively
|
||||
|
||||
- (id) acceptOrDeclineAction: (BOOL) _accept
|
||||
@@ -384,4 +374,14 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (id) acceptAction
|
||||
{
|
||||
return [self acceptOrDeclineAction:YES];
|
||||
}
|
||||
|
||||
- (id) declineAction
|
||||
{
|
||||
return [self acceptOrDeclineAction:NO];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user