mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 20:09:28 +00:00
Monotone-Parent: bafccbe12139895411068d388269aca400af46ec
Monotone-Revision: 833eb53a6f748d1f0f16e7ff1f05e9c33fe3bad2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-04-01T21:02:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -83,8 +83,6 @@ static NGLogger *logger = nil;
|
||||
static NSNumber *sharedYes = nil;
|
||||
static NSArray *reportQueryFields = nil;
|
||||
|
||||
static Class sogoAppointmentFolderKlass = Nil;
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
NGLoggerManager *lm;
|
||||
@@ -94,11 +92,7 @@ static Class sogoAppointmentFolderKlass = Nil;
|
||||
if (didInit) return;
|
||||
didInit = YES;
|
||||
|
||||
if (!sogoAppointmentFolderKlass)
|
||||
{
|
||||
sogoAppointmentFolderKlass = self;
|
||||
[iCalEntityObject initializeSOGoExtensions];
|
||||
}
|
||||
[iCalEntityObject initializeSOGoExtensions];
|
||||
|
||||
if (!reportQueryFields)
|
||||
reportQueryFields = [[NSArray alloc] initWithObjects: @"c_name",
|
||||
|
||||
Reference in New Issue
Block a user