update old configs to show list by default
authorHannes Janetzek <hannes.janetzek@gmail.com>
Sun, 25 Apr 2010 22:19:24 +0000 (22:19 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Sun, 25 Apr 2010 22:19:24 +0000 (22:19 +0000)
SVN revision: 48321

src/modules/everything/e_mod_main.c

index d49c5fd..0d1768c 100644 (file)
@@ -12,7 +12,7 @@
 /* #undef DBG
  * #define DBG(...) ERR(__VA_ARGS__) */
 
-#define CONFIG_VERSION 13
+#define CONFIG_VERSION 14
 
 /* actual module specifics */
 static void _e_mod_action_cb(E_Object *obj, const char *params);
@@ -253,9 +253,15 @@ _config_init()
        evry_conf->conf_actions = NULL;
        evry_conf->conf_objects = NULL;
 
-       evry_conf->version = CONFIG_VERSION;
+       evry_conf->version = 13;
      }
 
+   if (evry_conf && evry_conf->version <= 13)
+     {
+       evry_conf->hide_list = 0;
+       evry_conf->version = CONFIG_VERSION;
+     }
+   
    if (evry_conf && evry_conf->version != CONFIG_VERSION)
      {
        _config_free();