Changing default bundle item settings could fail

The cache would not include changes to settings keys from delta bundles.
This commit is contained in:
Allan Odgaard
2013-02-25 15:25:18 +01:00
parent ea5d7d3af9
commit 7de06dc9f4

View File

@@ -484,7 +484,7 @@ namespace bundles
plist::dictionary_t res;
citerate(pair, plist)
{
if(DesiredKeys.find(pair->first) == DesiredKeys.end())
if(DesiredKeys.find(pair->first) == DesiredKeys.end() && pair->first.find(kFieldSettingName) != 0)
continue;
if(pair->first == kFieldSettingName)