mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: 4b06d7cbf21f434e5a8fbe5186aa252705b8814e
Monotone-Revision: afb8a72eddabdfbaa3b6865a4ebc2398294e95c3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-08-12T18:43:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -302,7 +302,6 @@ static Class NSDataK, NSStringK;
|
||||
if ((self = [self init]))
|
||||
{
|
||||
container = newContainer;
|
||||
[[MAPIStoreActiveTables activeTables] registerTable: self];
|
||||
}
|
||||
|
||||
return self;
|
||||
@@ -346,6 +345,8 @@ static Class NSDataK, NSStringK;
|
||||
- (void) setHandleId: (uint32_t) newHandleId
|
||||
{
|
||||
handleId = newHandleId;
|
||||
if (newHandleId)
|
||||
[[MAPIStoreActiveTables activeTables] registerTable: self];
|
||||
}
|
||||
|
||||
- (void) destroyHandle: (uint32_t) tableHandleId
|
||||
|
||||
Reference in New Issue
Block a user