mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-30 09:19:28 +00:00
Monotone-Parent: ba1ab7317c5e8c4b1e95d7e3f299bfd9ea38b10d
Monotone-Revision: 392e0e0b68e0c3efba94a66ecf87596c3d6d967f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-02T01:38:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-02-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIApplication.m (-setUserContext:): do not retain
|
||||
the user context.
|
||||
|
||||
2012-02-01 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxCalUserRightsEditor.js (onUpdateACL):
|
||||
|
||||
@@ -67,15 +67,11 @@ MAPIApplication *MAPIApp = nil;
|
||||
return MAPIApp;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
[userContext release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) setUserContext: (MAPIStoreUserContext *) newContext
|
||||
{
|
||||
ASSIGN (userContext, newContext);
|
||||
/* user contexts must not be retained here ad their holder (mapistore)
|
||||
contexts must be active when any operation occurs. */
|
||||
userContext = newContext;
|
||||
}
|
||||
|
||||
- (id) authenticatorInContext: (id) context
|
||||
|
||||
Reference in New Issue
Block a user