mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
See changelog
Monotone-Parent: 9641487ae73aa57f2e0f1a17a9b0f485143a6423 Monotone-Revision: afb54e0e3680201763787e929aeb5bdb376b0543 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-11-12T03:30:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -272,16 +272,16 @@ static NSString *uidColumnName = @"c_uid";
|
||||
NSMutableDictionary *d;
|
||||
|
||||
d = [[NSMutableDictionary alloc] init];
|
||||
[d addEntriesFromDictionary: values];
|
||||
[d setObject: values forKey: @"values"];
|
||||
[d setObject: uid forKey: @"uid"];
|
||||
[d setObject: fieldName forKey: @"fieldName"];
|
||||
[d setObject: url forKey: @"url"];
|
||||
|
||||
#warning reenable when the code to use the SOGoCache is finished
|
||||
#if 0
|
||||
[[NSDistributedNotificationCenter defaultCenter]
|
||||
postNotificationName: ([fieldName isEqualToString: @"c_defaults"] ? @"SOGoUserDefaultsHaveChanged" : @"SOGoUserSettingsHaveChanged")
|
||||
object: nil
|
||||
userInfo: d];
|
||||
#endif
|
||||
[d release];
|
||||
|
||||
if ([[channel adaptorContext] hasOpenTransaction])
|
||||
|
||||
Reference in New Issue
Block a user