diff -u api/epplet.c ./api/epplet.c --- api/epplet.c 2003-04-06 21:02:18.000000000 -0400 +++ ./api/epplet.c 2005-11-05 17:15:18.000000000 -0500 @@ -5497,7 +5497,7 @@ pid_t pid; /* make sure basic dir exists */ - Esnprintf(s, sizeof(s), "%s/.enlightenment/epplet_config", getenv("HOME")); + Esnprintf(s, sizeof(s), "%s/.e16/epplet_config", getenv("HOME")); if (stat(s, &st) < 0) { if (mkdir(s, S_IRWXU) < 0) @@ -5514,7 +5514,7 @@ } /* make sure this epplets config dir exists */ - Esnprintf(s, sizeof(s), "%s/.enlightenment/epplet_config/%s", + Esnprintf(s, sizeof(s), "%s/.e16/epplet_config/%s", getenv("HOME"), name); conf_dir = strdup(s); if (stat(s, &st) < 0) diff -ur epplets/E-Slides.c ./epplets/E-Slides.c --- epplets-0.7/epplets/E-Slides.c 2003-05-28 08:20:27.000000000 -0400 +++ ./epplets/E-Slides.c 2005-11-05 17:13:25.000000000 -0500 @@ -569,7 +569,7 @@ path = Epplet_query_config("image_dir"); if (path == NULL) { - Esnprintf(buff, sizeof(buff), "%s/.enlightenment/backgrounds", getenv("HOME")); + Esnprintf(buff, sizeof(buff), "%s/.e16/backgrounds", getenv("HOME")); path = strdup(buff); Epplet_add_config("image_dir", buff); } else { diff -ur epplets/E-UrlWatch.ABOUT/MAIN ./epplets/E-UrlWatch.ABOUT/MAIN --- epplets/E-UrlWatch.ABOUT/MAIN 1999-11-27 16:48:24.000000000 -0500 +++ ./epplets/E-UrlWatch.ABOUT/MAIN 2005-11-05 17:13:56.000000000 -0500 @@ -52,7 +52,7 @@ that appears in there, but it is set not to by default. So. If you load the epplet and close it, you will get a config -file in ~/.enlightenment/epplet_config/E-UrlWatch/E-UrlWatch.cfg +file in ~/.e16/epplet_config/E-UrlWatch/E-UrlWatch.cfg Edit this file to change your prefs. If you don't use TE, any other URL list can be watched by editing the cfg.