mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user