summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeun Choi <jaeun12.choi@samsung.com>2014-04-24 17:54:45 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-04-24 17:54:45 +0900
commitb8606d937778975b3b8c9d3e4fe62e07d42238cc (patch)
tree5dfdb9918556a516af3772d5f692ec538e55464c
parentc3160425059612caa4b811232533e86ca37de158 (diff)
downloadelementary-b8606d937778975b3b8c9d3e4fe62e07d42238cc.tar.gz
config: ELM_CONFIG_VERSION update
Summary: This patch updates ELM_CONFIG_VERSION according to elementary key binding. Test Plan: None Reviewers: raster, Hermet CC: seoz Differential Revision: https://phab.enlightenment.org/D768
-rw-r--r--src/lib/elm_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_priv.h b/src/lib/elm_priv.h
index f6ddfca01..86afbed21 100644
--- a/src/lib/elm_priv.h
+++ b/src/lib/elm_priv.h
@@ -122,12 +122,12 @@ struct _Elm_Theme
/* increment this whenever we change config enough that you need new
* defaults for elm to work.
*/
-#define ELM_CONFIG_EPOCH 0x0001
+#define ELM_CONFIG_EPOCH 0x0002
/* 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 ELM_CONFIG_FILE_GENERATION 0x0005
+#define ELM_CONFIG_FILE_GENERATION 0x0001
#define ELM_CONFIG_VERSION ((ELM_CONFIG_EPOCH << 16) | \
ELM_CONFIG_FILE_GENERATION)
/* NB: profile configuration files (.src) must have their