batery is now a default and enabled module.. snow is an easter-egg level

module.. so out of default list we go.


SVN revision: 12602
This commit is contained in:
Carsten Haitzler 2004-12-27 13:22:03 +00:00
parent 20a2068e6c
commit b6e16caef2
1 changed files with 2 additions and 1 deletions

View File

@ -85,8 +85,9 @@ e_config_init(void)
em->enabled = 1;
e_config->modules = evas_list_append(e_config->modules, em);
em = E_NEW(E_Config_Module, 1);
em->name = strdup("snow");
em->name = strdup("battery");
e_config->modules = evas_list_append(e_config->modules, em);
em->enabled = 1;
}
}