config: Correct defaults in upgrade of popup conf
authorAndy Williams <andy@andywilliams.me>
Fri, 15 Jan 2016 21:52:08 +0000 (21:52 +0000)
committerAndy Williams <andy@andywilliams.me>
Fri, 15 Jan 2016 21:52:08 +0000 (21:52 +0000)
After bumping version we need to create a new IFCFG block.

@fix

T3008

legacy/elementary/src/lib/elm_config.c

index 21afc4a..2eaca24 100644 (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