From c2e24d10ddf1a6deca444023014b0bf4cc0a993d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 12 Apr 2007 03:20:42 +0000 Subject: [PATCH] Fix urandom e_config snafu. When you add new e_config properties, be sure to bump the e_config generation. SVN revision: 29475 --- src/bin/e_config.c | 5 ++++- src/bin/e_config.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/bin/e_config.c b/src/bin/e_config.c index f552687c3..2eba65860 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -663,7 +663,6 @@ e_config_init(void) e_config->winlist_pos_max_h = 320; e_config->maximize_policy = E_MAXIMIZE_SMART | E_MAXIMIZE_BOTH; e_config->allow_manip = 0; - e_config->border_fix_on_shelf_toggle = 0; e_config->kill_if_close_not_possible = 1; e_config->kill_process = 1; e_config->kill_timer_wait = 10.0; @@ -1383,6 +1382,10 @@ e_config_init(void) e_config->clientlist_limit_caption_len = 0; IFCFGEND; + IFCFG(0x0116); + e_config->border_fix_on_shelf_toggle = 0; + IFCFGEND; + e_config->config_version = E_CONFIG_FILE_VERSION; #if 0 /* example of new config */ diff --git a/src/bin/e_config.h b/src/bin/e_config.h index d49115bbd..51477a37d 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -54,7 +54,7 @@ typedef Eet_Data_Descriptor E_Config_DD; /* 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 0x0115 +#define E_CONFIG_FILE_GENERATION 0x0116 #define E_CONFIG_FILE_VERSION ((E_CONFIG_FILE_EPOCH << 16) | E_CONFIG_FILE_GENERATION) #define E_EVAS_ENGINE_DEFAULT 0