mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
See ChangeLog
Monotone-Parent: 467ec5f1f0997ec12a4adbf6bc501ee81735cbdb Monotone-Revision: 9641487ae73aa57f2e0f1a17a9b0f485143a6423 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-11-11T23:03:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -208,10 +208,12 @@ static SOGoCache *sharedCache = nil;
|
||||
d = [[NSMutableDictionary alloc] init];
|
||||
[d addEntriesFromDictionary: [theNotification userInfo]];
|
||||
|
||||
user = [d objectForKey: @"uid"];
|
||||
user = [d objectForKey: @"uid"];
|
||||
[user retain];
|
||||
[d removeObjectForKey: @"uid"];
|
||||
|
||||
[SOGoUser setUserDefaultsFromDictionary: d user: user];
|
||||
[user release];
|
||||
[d release];
|
||||
}
|
||||
|
||||
@@ -223,10 +225,12 @@ static SOGoCache *sharedCache = nil;
|
||||
d = [[NSMutableDictionary alloc] init];
|
||||
[d addEntriesFromDictionary: [theNotification userInfo]];
|
||||
|
||||
user = [d objectForKey: @"uid"];
|
||||
user = [d objectForKey: @"uid"];
|
||||
[user retain];
|
||||
[d removeObjectForKey: @"uid"];
|
||||
|
||||
[SOGoUser setUserSettingsFromDictionary: d user: user];
|
||||
[user release];
|
||||
[d release];
|
||||
}
|
||||
|
||||
@@ -267,7 +271,7 @@ static SOGoCache *sharedCache = nil;
|
||||
|
||||
if ([now earlierDate: [currentEntry objectForKey: @"cleanupDate"]] == now)
|
||||
{
|
||||
[SOGoUser setUserDefaultsFromDictionary: nil user: currentID];
|
||||
[SOGoUser setUserSettingsFromDictionary: nil user: currentID];
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user