Monotone-Parent: c47b4189de100dcbf3a1ecb250e443f0ca4b3f91

Monotone-Revision: cae6414bdec9c9720651a6d880165e55830fd06d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-03-24T20:10:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-03-24 20:10:46 +00:00
parent 97a019a169
commit 912181b3e5
+1 -8
View File
@@ -29,13 +29,6 @@
@implementation UIxRecurrenceEditor
- (id) defaultAction
{
[[self parent] setToolbar: @""];
return self;
}
- (NSArray *) monthlyRepeatList
{
static NSArray *monthlyRepeatList = nil;
@@ -43,7 +36,7 @@
if (!monthlyRepeatList)
{
monthlyRepeatList = [NSArray arrayWithObjects: @"First", @"Second", @"Third",
@"Fourth", @"Fift", @"Last", nil];
@"Fourth", @"Fift", @"Last", nil];
[monthlyRepeatList retain];
}