Factory: properly account for shadow configuration change when return changed status.

This commit is contained in:
Hugo Pereira Da Costa 2011-02-23 11:21:46 +01:00
parent 4abee2e112
commit cf7f1a378a

View file

@ -131,7 +131,7 @@ namespace Oxygen
}
// read shadowCache configuration
shadowCache().readConfig( config );
changed |= shadowCache().readConfig( config );
return changed;