Disabled the posting of notifications on settings changes for now.

Monotone-Parent: c5b69aa2e99f9ed31beb8040542e5ebcf91bc2f6
Monotone-Revision: f570fda8096334f1267b8f01d59732c4fa9943c6

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-11-10T16:32:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-11-10 16:32:24 +00:00
parent 6c711923f8
commit be4e239537

View File

@@ -275,10 +275,13 @@ static NSString *uidColumnName = @"c_uid";
[d addEntriesFromDictionary: values];
[d setObject: uid forKey: @"uid"];
#warning reenable when the code to use the SOGoUserManager is finished
#if 0
[[NSDistributedNotificationCenter defaultCenter]
postNotificationName: ([fieldName isEqualToString: @"c_defaults"] ? @"SOGoUserDefaultsHaveChanged" : @"SOGoUserSettingsHaveChanged")
object: nil
userInfo: d];
#endif
[d release];
if ([[channel adaptorContext] hasOpenTransaction])