mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
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:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user