From abb7c4287b970d6bbb0b23bd01555ba893584ce3 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 6 Jul 2010 20:04:07 +0000 Subject: [PATCH] Bump config generation for newly added geometry options. SVN revision: 50084 --- src/bin/e_config.c | 7 ++++++- src/bin/e_config.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 1ece4733f..6bcb37c73 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -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); } diff --git a/src/bin/e_config.h b/src/bin/e_config.h index d2727f46e..e0e741bfb 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -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