mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Monotone-Parent: 7775a7380ebd3dd5214041f2ffd9d340d28c78e6
Monotone-Revision: 0efb53c264bc07ad8447b30af179f4976d61eb6d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-19T18:04:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
#import <NGExtensions/NSString+misc.h>
|
||||
|
||||
#import <UI/SOGoUI/SOGoDateFormatter.h>
|
||||
#import <SoObjects/Appointments/SOGoAppointmentFolder.h>
|
||||
#import <SoObjects/Appointments/SOGoAppointmentObject.h>
|
||||
#import <SoObjects/Appointments/SOGoTaskObject.h>
|
||||
@@ -589,17 +588,6 @@
|
||||
}
|
||||
|
||||
/* helpers */
|
||||
- (NSFormatter *) titleDateFormatter
|
||||
{
|
||||
SOGoDateFormatter *fmt;
|
||||
|
||||
fmt = [[SOGoDateFormatter alloc] initWithLocale: [self locale]];
|
||||
[fmt autorelease];
|
||||
[fmt setFullWeekdayNameAndDetails];
|
||||
|
||||
return fmt;
|
||||
}
|
||||
|
||||
- (NSString *) completeURIForMethod: (NSString *) _method
|
||||
{
|
||||
NSString *uri;
|
||||
|
||||
Reference in New Issue
Block a user