Bump config generation for newly added geometry options.

SVN revision: 50084
This commit is contained in:
Christopher Michael 2010-07-06 20:04:07 +00:00
parent 6e35928dea
commit abb7c4287b
2 changed files with 7 additions and 2 deletions

View File

@ -1005,7 +1005,12 @@ e_config_load(void)
IFCFG(0x0137);
COPYVAL(desklock_on_suspend);
IFCFGEND;
IFCFG(0x0138);
COPYVAL(geometry_auto_resize_limit);
COPYVAL(geometry_auto_move);
IFCFGEND;
e_config->config_version = E_CONFIG_FILE_VERSION;
_e_config_free(tcfg);
}

View File

@ -35,7 +35,7 @@ typedef struct _E_Event_Config_Icon_Theme E_Event_Config_Icon_Theme;
/* increment this whenever a new set of config values are added but the users
* config doesn't need to be wiped - simply new values need to be put in
*/
#define E_CONFIG_FILE_GENERATION 0x0137
#define E_CONFIG_FILE_GENERATION 0x0138
#define E_CONFIG_FILE_VERSION ((E_CONFIG_FILE_EPOCH << 16) | E_CONFIG_FILE_GENERATION)
#define E_EVAS_ENGINE_DEFAULT 0