diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2010-04-21 18:59:24 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2010-04-21 18:59:24 +0000 |
commit | 83723040ad870477586947c645ca8a209b00a07e (patch) | |
tree | dbf4006b1473183b01d2f0aa8ac3760434f85dcd /legacy/emotion/src/lib/emotion_smart.c | |
parent | 7df0e78a6f71c3398d33960f9c8e7cacb5a78ded (diff) |
wrong default path for the emotion modules
SVN revision: 48208
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 567a1b9176..dcbf4603c3 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c | |||
@@ -1262,7 +1262,7 @@ _smart_init(void) | |||
1262 | 1262 | ||
1263 | _backends = eina_hash_string_small_new(free); | 1263 | _backends = eina_hash_string_small_new(free); |
1264 | 1264 | ||
1265 | _modules = eina_module_list_get(NULL, PACKAGE_LIB_DIR "/eina/mp/", 0, NULL, NULL); | 1265 | _modules = eina_module_list_get(NULL, PACKAGE_LIB_DIR "/emotion/", 0, NULL, NULL); |
1266 | 1266 | ||
1267 | path = eina_module_environment_path_get("HOME", "/.emotion/"); | 1267 | path = eina_module_environment_path_get("HOME", "/.emotion/"); |
1268 | _modules = eina_module_list_get(_modules, path, 0, NULL, NULL); | 1268 | _modules = eina_module_list_get(_modules, path, 0, NULL, NULL); |