mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 14:13:19 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user