|
From: <enl...@li...> - 2005-03-30 13:49:50
|
Enlightenment CVS committal
Author : handyande
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_module.c
Log Message:
Export an extras dir for external modules
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_module.c 21 Feb 2005 16:16:40 -0000 1.20
+++ e_module.c 30 Mar 2005 13:49:09 -0000 1.21
@@ -44,6 +44,7 @@
if (!_e_path_modules) return 0;
e_path_path_append(_e_path_modules, "~/.e/e/modules");
e_path_path_append(_e_path_modules, PACKAGE_LIB_DIR"/enlightenment/modules");
+ e_path_path_append(_e_path_modules, PACKAGE_LIB_DIR"/enlightenment/modules_extra");
for (l = e_config->modules; l; l = l->next)
{
|