From 912181b3e5796eed8f94c39c075e0c84a3507b89 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 24 Mar 2009 20:10:46 +0000 Subject: [PATCH] Monotone-Parent: c47b4189de100dcbf3a1ecb250e443f0ca4b3f91 Monotone-Revision: cae6414bdec9c9720651a6d880165e55830fd06d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-24T20:10:46 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxRecurrenceEditor.m | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/UI/Scheduler/UIxRecurrenceEditor.m b/UI/Scheduler/UIxRecurrenceEditor.m index 6fc576fe5..cdc4ba4e1 100644 --- a/UI/Scheduler/UIxRecurrenceEditor.m +++ b/UI/Scheduler/UIxRecurrenceEditor.m @@ -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]; }