elfe: try to increase elfe module priority to be sure that other modules are loaded when it starts.

but it seems not working :(


SVN revision: 57605
This commit is contained in:
Nicolas Aguirre 2011-03-08 22:22:19 +00:00
parent 68961ffa5f
commit 1488b6c267
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ e_modapi_init(E_Module *m)
E_Manager *man;
Eina_List *ml;
/* Set this module to be loaded after all other modules, or we don't see
modules loaded after this */
e_module_priority_set(m, 100);
if (!elfe_home_config_init(m)) return NULL;
e_winilist_init();