summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorAndy Williams <andy@andywilliams.me>2016-01-15 21:52:08 +0000
committerAndy Williams <andy@andywilliams.me>2016-01-15 21:52:08 +0000
commitb4ae338a70b7efb682d763a0b2b90ef1570a93c6 (patch)
tree6f382e875dbaafd19d5c68d1295ddb9c9084e148 /src/lib
parentecca117da466be2d0b80b50a879ac41082ce15aa (diff)
downloadelementary-b4ae338a70b7efb682d763a0b2b90ef1570a93c6.tar.gz
config: Correct defaults in upgrade of popup conf
After bumping version we need to create a new IFCFG block. @fix T3008
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/elm_config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c
index 21afc4a60..2eaca24e1 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