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:
Ludovic Marcotte
2008-11-12 03:30:13 +00:00
parent 74ed2d15e0
commit 49412759b8
6 changed files with 102 additions and 113 deletions
+3 -3
View File
@@ -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])