Fix rgb defaults and a little indenting

SVN revision: 25572
This commit is contained in:
handyande 2006-09-07 08:40:28 +00:00 committed by handyande
parent c3fde12000
commit 0c6a8ed5dc
1 changed files with 6 additions and 6 deletions

View File

@ -490,7 +490,7 @@ ecore_config_typed_val(Ecore_Config_Prop * e, const void *val, int type)
}
else if (type == ECORE_CONFIG_RGB)
{
e->val = *((long *)val);
__ecore_argbstr_to_long((char *)val, &e->val);
e->type = ECORE_CONFIG_RGB;
}
else if (type == ECORE_CONFIG_FLT)