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:
Richard Frith-MacDonald 2013-10-01 18:00:17 +00:00
parent 063db3e8ae
commit 4380348a80
3 changed files with 25 additions and 9 deletions

View file

@ -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;
}
}
}
}