config: Correct defaults in upgrade of popup conf

After bumping version we need to create a new IFCFG block.

@fix

T3008
This commit is contained in:
Andy Williams 2016-01-15 21:52:08 +00:00
parent bab5b61aa7
commit df74a34942
1 changed files with 2 additions and 0 deletions

View File

@ -2139,7 +2139,9 @@ _config_update(void)
}
}
}
IFCFGEND
IFCFG(0x0008)
_elm_config->popup_horizontal_align = 0.5;
_elm_config->popup_vertical_align = 0.5;
IFCFGEND