mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Don't set system time zone prematurely ... it can cause recursive
invocation of NSUserDefaults synchronize method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14627 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
32942f8a90
commit
d1cc074e3d
1 changed files with 0 additions and 1 deletions
|
@ -989,7 +989,6 @@ static NSMapTable *absolutes = 0;
|
||||||
NSNonRetainedObjectMapValueCallBacks, 0);
|
NSNonRetainedObjectMapValueCallBacks, 0);
|
||||||
|
|
||||||
localTimeZone = [[NSLocalTimeZone alloc] init];
|
localTimeZone = [[NSLocalTimeZone alloc] init];
|
||||||
[self setDefaultTimeZone: [self systemTimeZone]];
|
|
||||||
|
|
||||||
fake_abbrev_dict = [[NSInternalAbbrevDict alloc] init];
|
fake_abbrev_dict = [[NSInternalAbbrevDict alloc] init];
|
||||||
if ([NSThread isMultiThreaded])
|
if ([NSThread isMultiThreaded])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue