wrong default path for the emotion modules
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 21 Apr 2010 18:59:24 +0000 (18:59 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 21 Apr 2010 18:59:24 +0000 (18:59 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@48208 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/emotion_smart.c

index 567a1b9..dcbf460 100644 (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);