mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
Monotone-Parent: cf5dbcfeb54d6ec004ff08361ffb854966336b90
Monotone-Revision: 454eba06ab9f1fc198036d0eab58db1a689f60ed Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-01-12T00:07:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
2011-01-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreTable.m (-cleanupCaches): remove lastChild
|
||||
from cache too.
|
||||
|
||||
* OpenChange/MAPIStoreTasksMessageTable.m
|
||||
(-getChildProperty:forKey:withTag:): fixed typo affecting
|
||||
PidLidTaskStatus.
|
||||
|
||||
@@ -339,6 +339,10 @@ static Class NSDataK, NSStringK;
|
||||
cachedRestrictedKeys = nil;
|
||||
[cachedKeys release];
|
||||
cachedKeys = nil;
|
||||
[lastChildKey release];
|
||||
lastChildKey = nil;
|
||||
[lastChild release];
|
||||
lastChild = nil;
|
||||
}
|
||||
|
||||
- (id) lookupChild: (NSString *) childKey
|
||||
|
||||
Reference in New Issue
Block a user