wrong default path for the emotion modules

SVN revision: 48208
This commit is contained in:
Vincent Torri 2010-04-21 18:59:24 +00:00
parent 7df0e78a6f
commit 83723040ad
1 changed files with 1 additions and 1 deletions

View File

@ -1262,7 +1262,7 @@ _smart_init(void)
_backends = eina_hash_string_small_new(free);
_modules = eina_module_list_get(NULL, PACKAGE_LIB_DIR "/eina/mp/", 0, NULL, NULL);
_modules = eina_module_list_get(NULL, PACKAGE_LIB_DIR "/emotion/", 0, NULL, NULL);
path = eina_module_environment_path_get("HOME", "/.emotion/");
_modules = eina_module_list_get(_modules, path, 0, NULL, NULL);