should fixup system load/default combinations

SVN revision: 11493
This commit is contained in:
handyande 2004-09-01 20:55:23 +00:00 committed by handyande
parent 153781888e
commit deaafc74be
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ ecore_config_typed_default(const char *key, void *val, int type)
return ECORE_CONFIG_ERR_FAIL;
e->flags = e->flags & ~PF_MODIFIED;
}
else if (!(e->flags & PF_MODIFIED))
else if (!(e->flags & PF_MODIFIED) && !(e->flags & PF_SYSTEM))
{
ecore_config_typed_set(key, val, type);
if (!(e = ecore_config_get(key))) /* get handle */