Monotone-Parent: 7f28bdd3182eaceae80acddcd3e23dc4e50b2821

Monotone-Revision: 51962cae38f65cc3d2f1a2a3640d028831f5921b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-26T16:24:21
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2012-03-26 16:24:21 +00:00
parent 5271b50701
commit eb6d27e969
2 changed files with 5 additions and 13 deletions

View File

@ -1,3 +1,8 @@
2012-03-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIApplication.m (-init): removed hack pertaining to
UnixSignalHandler since the class no longer exists.
2012-03-23 Francis Lachapelle <flachapelle@inverse.ca>
* Tools/SOGoToolUserPreferences.m (-run): we now take the proper

View File

@ -33,14 +33,6 @@
MAPIApplication *MAPIApp = nil;
@interface UnixSignalHandler : NSObject
+ (id) sharedHandler;
- (void) removeObserver: (id) observer;
@end
@implementation MAPIApplication
+ (BOOL) isCachingEnabled;
@ -57,11 +49,6 @@ MAPIApplication *MAPIApp = nil;
MAPIApp = [super init];
[MAPIApp retain];
/* This is a hack to revert what is done in [WOCoreApplication
init] */
[[NSClassFromString (@"UnixSignalHandler") sharedHandler]
removeObserver: self];
}
return MAPIApp;