OK - who added boolean, but did not allow it to save???

SVN revision: 11772
This commit is contained in:
handyande 2004-10-06 19:10:42 +00:00 committed by handyande
parent cd39a020b2
commit 8f0ab07a61
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ ecore_config_file_save(char *file)
switch (next->type)
{
case PT_INT:
case PT_BLN:
e_db_int_set(db, next->key, ecore_config_int_get(next->key));
break;
case PT_FLT: