Monotone-Parent: 102075f3748e18c36cc8606ce5e2e1de4dfcae13

Monotone-Revision: cd55270af0875980e8fd804d528743a3c0103fe8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-08T17:39:18
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2012-08-08 17:39:18 +00:00
parent 5a7f357029
commit 812c7486b2
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-08-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIApplication.m (-shouldSetupSignalHandlers):
overriden method by returning "NO".
2012-08-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAptMailNotification.m (-setupValues):

View File

@ -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)