Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_main.c Log Message: more oopsie fixes. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.116 retrieving revision 1.117 diff -u -3 -r1.116 -r1.117 --- e_main.c 1 Aug 2005 08:55:36 -0000 1.116 +++ e_main.c 1 Aug 2005 09:12:45 -0000 1.117 @@ -878,13 +878,13 @@ return 0; } e_path_default_path_append(path_modules, "~/.e/e/modules"); - snprintf(buf, sizeof(buf), "%s/enlightenment/modules", e_preifx_lib_get()); + snprintf(buf, sizeof(buf), "%s/enlightenment/modules", e_prefix_lib_get()); e_path_default_path_append(path_modules, buf); /* FIXME: eventually this has to go - moduels shoudl have installers that * add appropriate install paths (if not installed to user homedir) to * e's module search dirs */ - snprintf(buf, sizeof(buf), "%s/enlightenment/modules_extra", e_preifx_lib_get()); + snprintf(buf, sizeof(buf), "%s/enlightenment/modules_extra", e_prefix_lib_get()); e_path_default_path_append(path_modules, buf); e_path_user_path_set(path_modules, &(e_config->path_append_modules)); ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs