From eb6d27e96980ab14e1daab6a49bcfec47da91d8a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 26 Mar 2012 16:24:21 +0000 Subject: [PATCH] Monotone-Parent: 7f28bdd3182eaceae80acddcd3e23dc4e50b2821 Monotone-Revision: 51962cae38f65cc3d2f1a2a3640d028831f5921b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-26T16:24:21 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ OpenChange/MAPIApplication.m | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1af49d8b..1d56cb208 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-26 Wolfgang Sourdeau + + * OpenChange/MAPIApplication.m (-init): removed hack pertaining to + UnixSignalHandler since the class no longer exists. + 2012-03-23 Francis Lachapelle * Tools/SOGoToolUserPreferences.m (-run): we now take the proper diff --git a/OpenChange/MAPIApplication.m b/OpenChange/MAPIApplication.m index 8cdce056d..707e0f579 100644 --- a/OpenChange/MAPIApplication.m +++ b/OpenChange/MAPIApplication.m @@ -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;