We disable our observers for now.

Monotone-Parent: e74038b8c915f22e294a5efbc419eef439f81d21
Monotone-Revision: 333349da689a5bd3ef8d70e672d7b0c0d29497a2

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-11-11T02:08:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-11-11 02:08:03 +00:00
parent 861a3558ac
commit ad06ce1c30
+2
View File
@@ -78,6 +78,7 @@ static SOGoCache *sharedCache = nil;
users = [NSMutableDictionary new];
// We register ourself for notifications
#if 0
[[NSDistributedNotificationCenter defaultCenter]
addObserver: self
selector: @selector(_userDefaultsHaveChanged:)
@@ -89,6 +90,7 @@ static SOGoCache *sharedCache = nil;
selector: @selector(_userSettingsHaveChanged:)
name: @"SOGoUserSettingsHaveChanged"
object: nil];
#endif
// We fire our timer that will cleanup cache entries
cleanupSetting = [[NSUserDefaults standardUserDefaults]