mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fix for defaults change notification.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
063db3e8ae
commit
4380348a80
3 changed files with 25 additions and 9 deletions
|
@ -2386,7 +2386,10 @@ static BOOL isLocked = NO;
|
|||
* synchronize to load the domain contents into memory
|
||||
* so a lookup will work.
|
||||
*/
|
||||
haveChange = [pd synchronize];
|
||||
if (YES == [pd synchronize])
|
||||
{
|
||||
haveChange = YES;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue