Monotone-Parent: ff5978c26b4ea6af5e9c42a6d68297efa50665d0

Monotone-Revision: ed4ace3848e6db50985728fd7e65ef650f45e202

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-14T23:15:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-09-14 23:15:31 +00:00
parent 980fc9d477
commit 9826fc1dfc
3 changed files with 3 additions and 26 deletions
-15
View File
@@ -109,19 +109,4 @@ static NSMutableArray *yearMenuItems = nil;
return yearMenuItem;
}
- (id) batchDeleteAction
{
NSArray *ids;
SOGoAppointmentFolder *clientObject;
ids = [[self queryParameterForKey: @"ids"] componentsSeparatedByString: @"/"];
if (ids)
{
clientObject = [self clientObject];
[clientObject deleteEntriesWithIds: ids];
}
return self;
}
@end