mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: 78533df190b5cd6050f9b57ff65db1e242028164
Monotone-Revision: 889bc0c0dd5472ad45082fbd6acb931a2874648f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-12-02T20:54:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -47,11 +47,8 @@
|
||||
domainValues = [[systemDefaults dictionaryForKey: @"domains"]
|
||||
objectForKey: domainId];
|
||||
if ([domainValues isKindOfClass: [NSDictionary class]])
|
||||
{
|
||||
domainDefaults
|
||||
= [SOGoDomainDefaults defaultsSourceWithSource: domainValues
|
||||
andParentSource: systemDefaults];
|
||||
}
|
||||
domainDefaults = [self defaultsSourceWithSource: domainValues
|
||||
andParentSource: systemDefaults];
|
||||
}
|
||||
|
||||
return domainDefaults;
|
||||
|
||||
Reference in New Issue
Block a user