diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-10-04 08:11:51 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-10-04 08:11:51 +0000 |
commit | bdd879e7fc80da2cc9cfb6cd963e10ea05c3305a (patch) | |
tree | 70cdb1dc1b71b632a65a010eb3e98405b43bc7b6 /src/bin/e_config.h | |
parent | 282ac0777e8754a84df856c0e0ffe6b2fa207a07 (diff) | |
download | enlightenment-bdd879e7fc80da2cc9cfb6cd963e10ea05c3305a.tar.gz |
add new flag for preventing a window from being opened on restart by its remember, apply this to both the desktop editor and shelf config dialogs
SVN revision: 77407
Diffstat (limited to 'src/bin/e_config.h')
-rw-r--r-- | src/bin/e_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_config.h b/src/bin/e_config.h index 0df1794db1..8bbe093823 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -37,7 +37,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 0x0157 +#define E_CONFIG_FILE_GENERATION 0x0158 #define E_CONFIG_FILE_VERSION ((E_CONFIG_FILE_EPOCH << 16) | E_CONFIG_FILE_GENERATION) struct _E_Config |