From 22be06573176d9b771f61ba31d28ad1c20a484fa Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Wed, 24 Nov 2010 08:22:02 +0000 Subject: [PATCH] Important warning on config. versions. SVN revision: 54920 --- legacy/elementary/src/lib/elm_priv.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/elementary/src/lib/elm_priv.h b/legacy/elementary/src/lib/elm_priv.h index da88de2407..53ee1596ee 100644 --- a/legacy/elementary/src/lib/elm_priv.h +++ b/legacy/elementary/src/lib/elm_priv.h @@ -50,6 +50,9 @@ struct _Elm_Theme */ #define ELM_CONFIG_FILE_GENERATION 0x0002 #define ELM_CONFIG_VERSION ((ELM_CONFIG_EPOCH << 16) | ELM_CONFIG_FILE_GENERATION) +/* NB: profile configuration files (.src) must have their + * "config_version" entry's value up-to-date with ELM_CONFIG_VERSION + * (in decimal)!! */ /* note: always remember to sync it with elm_config.c */ extern const char *_elm_engines[];