Enlightenment CVS committal Author : onefang Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_desktop Modified Files: Ecore_Desktop.h ecore_desktop_paths.c Log Message: FIXME++ =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/Ecore_Desktop.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- Ecore_Desktop.h 5 Sep 2006 16:32:33 -0000 1.20 +++ Ecore_Desktop.h 5 Sep 2006 17:14:49 -0000 1.21 @@ -30,6 +30,11 @@ struct _Ecore_Desktop { + /* FIXME: Do the ECORE_MAGIC thing here. + * While this might help with segfaults and such, I think it's a waste of + * space and cycles that just covers up bugs. On the other hand, it makes + * for a more robust library, and it's used everywhere else in ecore. + */ Ecore_Hash *data, *group, *Categories, *OnlyShowIn, *NotShowIn; char *original_path; char *original_lang; =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop_paths.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- ecore_desktop_paths.c 5 Sep 2006 10:09:11 -0000 1.19 +++ ecore_desktop_paths.c 5 Sep 2006 17:14:49 -0000 1.20 @@ -17,6 +17,8 @@ #include <strings.h> +/* FIXME: Add functions to add paths before the user paths, after the user but before the system paths, and at the end. */ + /* This really slows things down and no doubt drags in some KDE bloat at start up. * To work around this, I add a few extra things to try in the _ecore_desktop_paths_get() ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs