ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b4ae338a70b7efb682d763a0b2b90ef1570a93c6
commit b4ae338a70b7efb682d763a0b2b90ef1570a93c6 Author: Andy Williams <[email protected]> Date: Fri Jan 15 21:52:08 2016 +0000 config: Correct defaults in upgrade of popup conf After bumping version we need to create a new IFCFG block. @fix T3008 --- src/lib/elm_config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index 21afc4a..2eaca24 100644 --- a/src/lib/elm_config.c +++ b/src/lib/elm_config.c @@ -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 --
