From 812c7486b2e75ce82189e5e249cbcd565f113f53 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 8 Aug 2012 17:39:18 +0000 Subject: [PATCH] Monotone-Parent: 102075f3748e18c36cc8606ce5e2e1de4dfcae13 Monotone-Revision: cd55270af0875980e8fd804d528743a3c0103fe8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-08-08T17:39:18 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ OpenChange/MAPIApplication.m | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 98cd188e0..a3e54ec45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-08-08 Wolfgang Sourdeau + + * OpenChange/MAPIApplication.m (-shouldSetupSignalHandlers): + overriden method by returning "NO". + 2012-08-07 Wolfgang Sourdeau * SoObjects/Appointments/SOGoAptMailNotification.m (-setupValues): diff --git a/OpenChange/MAPIApplication.m b/OpenChange/MAPIApplication.m index ecf3bedb0..b4ad58073 100644 --- a/OpenChange/MAPIApplication.m +++ b/OpenChange/MAPIApplication.m @@ -66,6 +66,11 @@ MAPIApplication *MAPIApp = nil; return MAPIApp; } +- (BOOL) shouldSetupSignalHandlers +{ + return NO; +} + - (void) setUserContext: (MAPIStoreUserContext *) newContext { /* user contexts must not be retained here ad their holder (mapistore)